COLOR #606092

HEX: #606092
RGB: (96,96,146)

Color info

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

RGB color model

#606092 color RGB value is (96,96,146).

  • red value is 96;
  • green value is 96;
  • blue value is 146.
RGB:
(96,96,146)
(38%,38%,57%)

RGB channels and saturation

R 96 of 255 = 38%
G 96 of 255 = 38%
B 146 of 255 = 57%

96
96
146

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

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 146 = 338 (100%)
R 96 of 338 ~ 28.4%
G 96 of 338 ~ 28.4%
B 146 of 338 ~ 43.2%

%28.4
%28.4
%43.2

CMYK color model

#606092 color CMYK value is (34,34,0,43).

  • cyan value is 34.25%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(34,34,0,43)
C34M34Y0K43 
(34%,34%,0%,43%)
(0.34/0.34/0.00/0.43)	

CMYK percentages

%34.25
%34.25
%0
%42.75

Codes

Color #606092 in popluar color models

606092
RGB9696146
HSL240°20.66%47.45%
HSB/HSV240°34.25%57.25%
CMYK34.25%34.25%0.00%
42.75%

Color #606092 in popluar number systems.

HEX606092
Decimal9696146
Binary1100000110000010010010
Octal140140222

Shades and tints

Shades of #606092

#606092
(96,96,146)
#585885
(88,88,133)
#505078
(80,80,120)
#48486B
(72,72,107)
#40405E
(64,64,94)
#383851
(56,56,81)
#303044
(48,48,68)
#282837
(40,40,55)
#20202A
(32,32,42)
#18181D
(24,24,29)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #606092

#606092
(96,96,146)
#6E6E9B
(110,110,155)
#7C7CA4
(124,124,164)
#8A8AAD
(138,138,173)
#9898B6
(152,152,182)
#A6A6BF
(166,166,191)
#B4B4C8
(180,180,200)
#C2C2D1
(194,194,209)
#D0D0DA
(208,208,218)
#DEDEE3
(222,222,227)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606092; }

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

This text font color is #606092.


Background Color

.myBgColor { background-color: #606092; }

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

This div background color is #606092.


Border color

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

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

This div border color is #606092.


Opacity

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

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

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

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

This text has shadow with #606092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606092 on black background.


Color preview on white background

This text has color #606092 on white background.



Black color preview on #606092 background

This text has black color on #606092 background.


White color preview on #606092 background

This text has white color on #606092 background.