Shades of Raven #606F80
Tints of Raven #606F80
RGB
CMYK
RGB Variations
Color information
#606F80 (or 0x606F80) is known color: Raven. HEX triplet: 60, 6F and 80. RGB value is (96,111,128). Sum of RGB (Red+Green+Blue) = 96+111+128=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 128 - color contains mainly: blue. Hex color #606F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F80 is #9F907F. Grayscale: #6C6C6C. Windows color (decimal): -10457216 or 8417120. OLE color: 8417120.
HSL color Cylindrical-coordinate representation of color #606F80: hue angle of 211.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #606F80 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 111 | 128 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.50 |
| HSL | 211.88º | 0.14% | 0.44% | - |
| HSV(B) | 211.88º | 0.25% | 0.5% | - |
| XYZ | 14.4 | 15.41 | 22.64 | - |
| YUV | 108.45 | 139.03 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 128 | 0.25 | 0.13 | 0 | 0.50 | 211.88 | 0.14 | 0.44 |
| Hex | 60 | 6F | 80 | 19 | D | 0 | 32 | D4 | E | 2C |
| Octal | 140 | 157 | 200 | 31 | 15 | 0 | 62 | 324 | 16 | 54 |
| Binary | 1100000 | 1101111 | 10000000 | 11001 | 1101 | 0 | 110010 | 11010100 | 1110 | 101100 |
Color Harmonies of #606F80
Complementary color
Monochromatic Colors of #606F80
Black with #606F80
Text Example
Text Example
White with #606F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F80; }
p { color: rgb(96,111,128); }
H1.HeaderClassName
{
color: #606F80;
}
.AnyTagClassName
{
color: #606F80;
}
</style>
background-color css
<style>
a { background-color: #606F80; }
a { background-color: rgb(96,111,128); }
div.DivClassName
{
background-color: #606F80;
}
.BgClassName
{
background-color: #606F80;
}
</style>
border-color css
<style>
span { border-color: #606F80; }
span { border-color: rgb(96,111,128); }
td.TdClassName
{
border-color: #606F80;
}
.TagClassName
{
border-color: #606F80;
}
</style>