COLOR #606E86

HEX: #606E86 RGB: (96,110,134)

Color info

#606E86 contains red, green and blue colors in about the same proportion. Web safe color of #606E86 is #666699 (or #669).

RGB color model

#606E86 color RGB value is (96,110,134).

RGB: (96,110,134) (38%, 43%, 53%)

RGB channels and saturation

R 96 of 255 = 38%
G 110 of 255 = 43%
B 134 of 255 = 53%

96
110
134

R + G + B ~ 45%. #606E86 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 110 + 134 = 340 (100%)
R 96 of 340 ~ 28.24%
G 110 of 340 ~ 32.35%
B 134 of 340 ~ 39.41'%

%28.24
%32.35
%39.41

CMYK color model

#606E86 color CMYK value is (28,18,0,47).

  • cyan value is 28.36%
  • magenta value is 17.91%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (28,18,0,47)
C28M18Y0K47 (28%, 18%, 0%, 47%)
(0.28 / 0.18 / 0.00 / 0.47)

CMYK percentages

%28.36
%17.91
%0
%47.45

Codes

Color #606E86 in popluar color models

60 6E 86
RGB 96 110 134
HSL 218° 16.52% 45.10%
HSB/HSV 218° 28.36% 52.55%
CMYK 28.36% 17.91% 0.00%
47.45%

Color #606E86 in popluar number systems.

HEX 60 6E 86
Decimal 96 110 134
Binary 1100000 1101110 10000110
Octal 140 156 206

Shades and tints

Shades of #606E86

#606E86
(96,110,134)
#58647A
(88,100,122)
#505A6E
(80,90,110)
#485062
(72,80,98)
#404656
(64,70,86)
#383C4A
(56,60,74)
#30323E
(48,50,62)
#282832
(40,40,50)
#201E26
(32,30,38)
#18141A
(24,20,26)
#100A0E
(16,10,14)
#000000
(0,0,0)

Tints of #606E86

#606E86
(96,110,134)
#6E7B91
(110,123,145)
#7C889C
(124,136,156)
#8A95A7
(138,149,167)
#98A2B2
(152,162,178)
#A6AFBD
(166,175,189)
#B4BCC8
(180,188,200)
#C2C9D3
(194,201,211)
#D0D6DE
(208,214,222)
#DEE3E9
(222,227,233)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606E86 color. Also use rgb(96,110,134) instead hex code.

Text Font Color

.myTextColor { color: #606E86; }

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

This text font color is #606E86.

Background Color

.myBgColor { background-color: #606E86; }

<div style="background-color:#606E86">Inner text</div>

This div background color is #606E86.

Border color

.myBorderColor { border: 1px solid #606E86; }

<div style="border:3px solid #606E86">Div</div>

This div border color is #606E86.

Opacity

.myOpacity80 { color: #606E86; opacity: 0.8; }

<p style="color:#606E86;opacity:0.8;">80%</p>

Text with #606E86 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 #606E86;}

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

This text has shadow with #606E86 color.


.textShadow {text-shadow: 3px 3px 1px #606E86', 3px 3px 1px red;}

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

This text has shadow with #606E86 primary color and red secondary color.


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

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

This text has shadow with #606E86 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #606E86; -webkit-box-shadow: 1px 1px 3px 2px #606E86; box-shadow:1px 1px 3px 2px #606E86;">
Div content here
</div>

This div box has shadow with color #606E86.

Preview

Color preview on black background

This text has color #606E86 on black background.


Color preview on white background

This text has color #606E86 on white background.


Black color preview on #606E86 background

This text has black color on #606E86 background.


White color preview on #606E86 background

This text has white color on #606E86 background.


Related colors

Complementary color

Complementary color for #hex is #9F9179.


I love getcolorcode.com

Triadic colors

1 #86606E and #6E8660 with #606E86 are triadic colors.

2 #866E60 and #6E6086 with #606E86 are triadic colors.