COLOR #6096A5

HEX: #6096A5
RGB: (96,150,165)

Renk bilgisi

#6096A5 contains mainly green and blue colors. #6096A5 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6096A5 color RGB value is (96,150,165).

  • kırmız ton 96;
  • yeşil ton 150;
  • mavi ton 165.
RGB:
(96,150,165)
(38%,59%,65%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 150 of 255 = 59%
B 165 of 255 = 65%

96
150
165

R + G + B ~ 54%. #6096A5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 150 + 165 = 411 (100%)
R 96 of 411 ~ 23.36%
G 150 of 411 ~ 36.5%
B 165 of 411 ~ 40.15%

%23.36
%36.5
%40.15

CMYK RENK MODELİ

#6096A5 rengi CMYK tonu (42,9,0,35).

  • camgöbeği tonu 41.82%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(42,9,0,35)
C42M9Y0K35 
(42%,9%,0%,35%)
(0.42/0.09/0.00/0.35)	

CMYK yüzdeleri

%41.82
%9.09
%0
%35.29

Codes

Color #6096A5 in popluar color models

6096A5
RGB96150165
HSL193°27.71%51.18%
HSB/HSV193°41.82%64.71%
CMYK41.82%9.09%0.00%
35.29%

Color #6096A5 in popluar number systems.

HEX6096A5
Decimal96150165
Binary11000001001011010100101
Octal140226245

Shades and tints

Shades of #6096A5

#6096A5
(96,150,165)
#588996
(88,137,150)
#507C87
(80,124,135)
#486F78
(72,111,120)
#406269
(64,98,105)
#38555A
(56,85,90)
#30484B
(48,72,75)
#283B3C
(40,59,60)
#202E2D
(32,46,45)
#18211E
(24,33,30)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #6096A5

#6096A5
(96,150,165)
#6E9FAD
(110,159,173)
#7CA8B5
(124,168,181)
#8AB1BD
(138,177,189)
#98BAC5
(152,186,197)
#A6C3CD
(166,195,205)
#B4CCD5
(180,204,213)
#C2D5DD
(194,213,221)
#D0DEE5
(208,222,229)
#DEE7ED
(222,231,237)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6096A5 color. Also use rgb(96,150,165) instead hex code.

Text Font Color

.myTextColor { color: #6096A5; }

<p style="color:#6096A5">This sample text font color is #6096A5.</p>

This text font color is #6096A5.


Background Color

.myBgColor { background-color: #6096A5; }

<div style="background-color:#6096A5">Inner text</div>

This div background color is #6096A5.


Border color

.myBorderColor { border: 1px solid #6096A5; }

<div style="border:3px solid #6096A5">Div</div>

This div border color is #6096A5.


Opacity

.myOpacity80 { color: #6096A5; opacity: 0.8; }

<p style="color:#6096A5;opacity:0.8;">80%</p>

Text with #6096A5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6096A5;}

<p style="text-shadow: 3px 3px 1px #6096A5">Text here.</p>

This text has shadow with #6096A5 color.

.textShadow {text-shadow: 3px 3px 1px #6096A5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6096A5, 5px 5px 20px red">Text here.</p>

This text has shadow with #6096A5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6096A5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6096A5, Direction=45, Strength=4)">Text</p>

This text has shadow with #6096A5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6096A5;
  -webkit-box-shadow:	1px 1px 3px 2px #6096A5;
  box-shadow:		1px 1px 3px 2px #6096A5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6096A5;
-webkit-box-shadow: 1px 1px 3px 2px #6096A5;
box-shadow:1px 1px 3px 2px #6096A5;">
Div content here</div>
This div box has shadow with color #6096A5.

Preview

Color preview on black background

This text has color #6096A5 on black background.


Color preview on white background

This text has color #6096A5 on white background.



Black color preview on #6096A5 background

This text has black color on #6096A5 background.


White color preview on #6096A5 background

This text has white color on #6096A5 background.