Shades of Raven #606E7F
Tints of Raven #606E7F
RGB
CMYK
RGB Variations
Color information
#606E7F (or 0x606E7F) is known color: Raven. HEX triplet: 60, 6E and 7F. RGB value is (96,110,127). Sum of RGB (Red+Green+Blue) = 96+110+127=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #606E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E7F is #9F9180. Grayscale: #6B6B6B. Windows color (decimal): -10457473 or 8351328. OLE color: 8351328.
HSL color Cylindrical-coordinate representation of color #606E7F: hue angle of 212.9º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #606E7F is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 110 | 127 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.50 |
| HSL | 212.9º | 0.14% | 0.44% | - |
| HSV(B) | 212.9º | 0.24% | 0.5% | - |
| XYZ | 14.23 | 15.17 | 22.26 | - |
| YUV | 107.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 127 | 0.24 | 0.13 | 0 | 0.50 | 212.9 | 0.14 | 0.44 |
| Hex | 60 | 6E | 7F | 18 | D | 0 | 32 | D5 | E | 2C |
| Octal | 140 | 156 | 177 | 30 | 15 | 0 | 62 | 325 | 16 | 54 |
| Binary | 1100000 | 1101110 | 1111111 | 11000 | 1101 | 0 | 110010 | 11010101 | 1110 | 101100 |
Color Harmonies of #606E7F
Complementary color
Monochromatic Colors of #606E7F
Black with #606E7F
Text Example
Text Example
White with #606E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E7F; }
p { color: rgb(96,110,127); }
H1.HeaderClassName
{
color: #606E7F;
}
.AnyTagClassName
{
color: #606E7F;
}
</style>
background-color css
<style>
a { background-color: #606E7F; }
a { background-color: rgb(96,110,127); }
div.DivClassName
{
background-color: #606E7F;
}
.BgClassName
{
background-color: #606E7F;
}
</style>
border-color css
<style>
span { border-color: #606E7F; }
span { border-color: rgb(96,110,127); }
td.TdClassName
{
border-color: #606E7F;
}
.TagClassName
{
border-color: #606E7F;
}
</style>