Shades of Raven #606F7E
Tints of Raven #606F7E
RGB
CMYK
RGB Variations
Color information
#606F7E (or 0x606F7E) is known color: Raven. HEX triplet: 60, 6F and 7E. RGB value is (96,111,126). Sum of RGB (Red+Green+Blue) = 96+111+126=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 126 - color contains mainly: blue. Hex color #606F7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F7E is #9F9081. Grayscale: #6C6C6C. Windows color (decimal): -10457218 or 8286048. OLE color: 8286048.
HSL color Cylindrical-coordinate representation of color #606F7E: hue angle of 210º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #606F7E is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 111 | 126 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.51 |
| HSL | 210º | 0.14% | 0.44% | - |
| HSV(B) | 210º | 0.24% | 0.49% | - |
| XYZ | 14.27 | 15.36 | 21.95 | - |
| YUV | 108.23 | 138.03 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 126 | 0.24 | 0.12 | 0 | 0.51 | 210 | 0.14 | 0.44 |
| Hex | 60 | 6F | 7E | 18 | C | 0 | 33 | D2 | E | 2C |
| Octal | 140 | 157 | 176 | 30 | 14 | 0 | 63 | 322 | 16 | 54 |
| Binary | 1100000 | 1101111 | 1111110 | 11000 | 1100 | 0 | 110011 | 11010010 | 1110 | 101100 |
Color Harmonies of #606F7E
Complementary color
Monochromatic Colors of #606F7E
Black with #606F7E
Text Example
Text Example
White with #606F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F7E; }
p { color: rgb(96,111,126); }
H1.HeaderClassName
{
color: #606F7E;
}
.AnyTagClassName
{
color: #606F7E;
}
</style>
background-color css
<style>
a { background-color: #606F7E; }
a { background-color: rgb(96,111,126); }
div.DivClassName
{
background-color: #606F7E;
}
.BgClassName
{
background-color: #606F7E;
}
</style>
border-color css
<style>
span { border-color: #606F7E; }
span { border-color: rgb(96,111,126); }
td.TdClassName
{
border-color: #606F7E;
}
.TagClassName
{
border-color: #606F7E;
}
</style>