Shades of Raven #606F7D
Tints of Raven #606F7D
RGB
CMYK
RGB Variations
Color information
#606F7D (or 0x606F7D) is known color: Raven. HEX triplet: 60, 6F and 7D. RGB value is (96,111,125). Sum of RGB (Red+Green+Blue) = 96+111+125=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 125 - color contains mainly: blue. Hex color #606F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F7D is #9F9082. Grayscale: #6C6C6C. Windows color (decimal): -10457219 or 8220512. OLE color: 8220512.
HSL color Cylindrical-coordinate representation of color #606F7D: hue angle of 208.97º 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 #606F7D is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 111 | 125 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.51 |
| HSL | 208.97º | 0.13% | 0.43% | - |
| HSV(B) | 208.97º | 0.23% | 0.49% | - |
| XYZ | 14.21 | 15.34 | 21.61 | - |
| YUV | 108.11 | 137.53 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 125 | 0.23 | 0.11 | 0 | 0.51 | 208.97 | 0.13 | 0.43 |
| Hex | 60 | 6F | 7D | 17 | B | 0 | 33 | D1 | D | 2B |
| Octal | 140 | 157 | 175 | 27 | 13 | 0 | 63 | 321 | 15 | 53 |
| Binary | 1100000 | 1101111 | 1111101 | 10111 | 1011 | 0 | 110011 | 11010001 | 1101 | 101011 |
Color Harmonies of #606F7D
Complementary color
Monochromatic Colors of #606F7D
Black with #606F7D
Text Example
Text Example
White with #606F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F7D; }
p { color: rgb(96,111,125); }
H1.HeaderClassName
{
color: #606F7D;
}
.AnyTagClassName
{
color: #606F7D;
}
</style>
background-color css
<style>
a { background-color: #606F7D; }
a { background-color: rgb(96,111,125); }
div.DivClassName
{
background-color: #606F7D;
}
.BgClassName
{
background-color: #606F7D;
}
</style>
border-color css
<style>
span { border-color: #606F7D; }
span { border-color: rgb(96,111,125); }
td.TdClassName
{
border-color: #606F7D;
}
.TagClassName
{
border-color: #606F7D;
}
</style>