#606A7D

Color #606A7D Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #606A7D

Tints of Raven #606A7D

Color information

#606A7D (or 0x606A7D) is unknown color: approx Raven. HEX triplet: 60, 6A and 7D. RGB value is (96,106,125). Sum of RGB (Red+Green+Blue) = 96+106+125=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #606A7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A7D is #9F9582. Grayscale: #696969. Windows color (decimal): -10458499 or 8219232. OLE color: 8219232.

HSL color Cylindrical-coordinate representation of color #606A7D: hue angle of 219.31º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #606A7D is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96106125-
CMYK0.230.1500.51
HSL219.31º13.12%43.33%-
HSV(B)219.31º23.2%49.02%-
XYZ13.6814.2821.44-
YUV105.18139.19121.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 29.36%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=29.36%
G=32.42%
B=38.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961061250.230.1500.51219.3113.1243.33
Hex606A7D17F033dbd2b
Octal14015217527170633331553
Binary1100000110101011111011011111110110011110110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606A7D; }

 p { color: rgb(96,106,125); }

 H1.HeaderClassName
 {
   color: #606A7D;
 }
 .AnyTagClassName
 {
   color: #606A7D;
 }
</style>
background-color css

<style>
 a { background-color: #606A7D; }

 a { background-color: rgb(96,106,125); }

 div.DivClassName
 {
   background-color: #606A7D;
 }
 .BgClassName
 {
   background-color: #606A7D;
 }
</style>
border-color css

<style>
 span { border-color: #606A7D; }

 span { border-color: rgb(96,106,125); }

 td.TdClassName
 {
   border-color: #606A7D;
 }
 .TagClassName
 {
   border-color: #606A7D;
 }
</style>