COLOR #6094AB

HEX: #6094AB
RGB: (96,148,171)

Color info

#6094AB contains mainly green and blue colors. Web safe color of #6094AB is #669999 (or #699).

RGB color model

#6094AB color RGB value is (96,148,171).

  • red value is 96;
  • green value is 148;
  • blue value is 171.
RGB:
(96,148,171)
(38%,58%,67%)

RGB channels and saturation

R 96 of 255 = 38%
G 148 of 255 = 58%
B 171 of 255 = 67%

96
148
171

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

Portions of RGB colors in percentages

R + G + B =
96 + 148 + 171 = 415 (100%)
R 96 of 415 ~ 23.13%
G 148 of 415 ~ 35.66%
B 171 of 415 ~ 41.2%

%23.13
%35.66
%41.2

CMYK color model

#6094AB color CMYK value is (44,13,0,33).

  • cyan value is 43.86%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(44,13,0,33)
C44M13Y0K33 
(44%,13%,0%,33%)
(0.44/0.13/0.00/0.33)	

CMYK percentages

%43.86
%13.45
%0
%32.94

Codes

Color #6094AB in popluar color models

6094AB
RGB96148171
HSL198°30.86%52.35%
HSB/HSV198°43.86%67.06%
CMYK43.86%13.45%0.00%
32.94%

Color #6094AB in popluar number systems.

HEX6094AB
Decimal96148171
Binary11000001001010010101011
Octal140224253

Shades and tints

Shades of #6094AB

#6094AB
(96,148,171)
#58879C
(88,135,156)
#507A8D
(80,122,141)
#486D7E
(72,109,126)
#40606F
(64,96,111)
#385360
(56,83,96)
#304651
(48,70,81)
#283942
(40,57,66)
#202C33
(32,44,51)
#181F24
(24,31,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #6094AB

#6094AB
(96,148,171)
#6E9DB2
(110,157,178)
#7CA6B9
(124,166,185)
#8AAFC0
(138,175,192)
#98B8C7
(152,184,199)
#A6C1CE
(166,193,206)
#B4CAD5
(180,202,213)
#C2D3DC
(194,211,220)
#D0DCE3
(208,220,227)
#DEE5EA
(222,229,234)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6094AB color. Also use rgb(96,148,171) instead hex code.

Text Font Color

.myTextColor { color: #6094AB; }

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

This text font color is #6094AB.


Background Color

.myBgColor { background-color: #6094AB; }

<div style="background-color:#6094AB">Inner text</div>

This div background color is #6094AB.


Border color

.myBorderColor { border: 1px solid #6094AB; }

<div style="border:3px solid #6094AB">Div</div>

This div border color is #6094AB.


Opacity

.myOpacity80 { color: #6094AB; opacity: 0.8; }

<p style="color:#6094AB;opacity:0.8;">80%</p>

Text with #6094AB 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 #6094AB;}

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

This text has shadow with #6094AB color.

.textShadow {text-shadow: 3px 3px 1px #6094AB, 3px 3px 1px red;}

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

This text has shadow with #6094AB primary color and red secondary color.


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

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

This text has shadow with #6094AB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6094AB on black background.


Color preview on white background

This text has color #6094AB on white background.



Black color preview on #6094AB background

This text has black color on #6094AB background.


White color preview on #6094AB background

This text has white color on #6094AB background.