COLOR #606095

HEX: #606095 RGB: (96,96,149)

Color info

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

RGB color model

#606095 color RGB value is (96,96,149).

RGB: (96,96,149) (38%, 38%, 58%)

RGB channels and saturation

R 96 of 255 = 38%
G 96 of 255 = 38%
B 149 of 255 = 58%

96
96
149

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

Portions of RGB colors in percentages

R + G + B = 96 + 96 + 149 = 341 (100%)
R 96 of 341 ~ 28.15%
G 96 of 341 ~ 28.15%
B 149 of 341 ~ 43.7'%

%28.15
%28.15
%43.7

CMYK color model

#606095 color CMYK value is (36,36,0,42).

  • cyan value is 35.57%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (36,36,0,42)
C36M36Y0K42 (36%, 36%, 0%, 42%)
(0.36 / 0.36 / 0.00 / 0.42)

CMYK percentages

%35.57
%35.57
%0
%41.57

Codes

Color #606095 in popluar color models

60 60 95
RGB 96 96 149
HSL 240° 21.63% 48.04%
HSB/HSV 240° 35.57% 58.43%
CMYK 35.57% 35.57% 0.00%
41.57%

Color #606095 in popluar number systems.

HEX 60 60 95
Decimal 96 96 149
Binary 1100000 1100000 10010101
Octal 140 140 225

Shades and tints

Shades of #606095

#606095
(96,96,149)
#585888
(88,88,136)
#50507B
(80,80,123)
#48486E
(72,72,110)
#404061
(64,64,97)
#383854
(56,56,84)
#303047
(48,48,71)
#28283A
(40,40,58)
#20202D
(32,32,45)
#181820
(24,24,32)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #606095

#606095
(96,96,149)
#6E6E9E
(110,110,158)
#7C7CA7
(124,124,167)
#8A8AB0
(138,138,176)
#9898B9
(152,152,185)
#A6A6C2
(166,166,194)
#B4B4CB
(180,180,203)
#C2C2D4
(194,194,212)
#D0D0DD
(208,208,221)
#DEDEE6
(222,222,230)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606095 color. Also use rgb(96,96,149) instead hex code.

Text Font Color

.myTextColor { color: #606095; }

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

This text font color is #606095.

Background Color

.myBgColor { background-color: #606095; }

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

This div background color is #606095.

Border color

.myBorderColor { border: 1px solid #606095; }

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

This div border color is #606095.

Opacity

.myOpacity80 { color: #606095; opacity: 0.8; }

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

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

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

This text has shadow with #606095 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #606095.

Preview

Color preview on black background

This text has color #606095 on black background.


Color preview on white background

This text has color #606095 on white background.


Black color preview on #606095 background

This text has black color on #606095 background.


White color preview on #606095 background

This text has white color on #606095 background.


Related colors

Complementary color

Complementary color for #hex is #9F9F6A.


I love getcolorcode.com