Shades of Raven #60707F
Tints of Raven #60707F
RGB
CMYK
RGB Variations
Color information
#60707F (or 0x60707F) is known color: Raven. HEX triplet: 60, 70 and 7F. RGB value is (96,112,127). Sum of RGB (Red+Green+Blue) = 96+112+127=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #60707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60707F is #9F8F80. Grayscale: #6C6C6C. Windows color (decimal): -10456961 or 8351840. OLE color: 8351840.
HSL color Cylindrical-coordinate representation of color #60707F: hue angle of 209.03º 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 #60707F is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 112 | 127 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.50 |
| HSL | 209.03º | 0.14% | 0.44% | - |
| HSV(B) | 209.03º | 0.24% | 0.5% | - |
| XYZ | 14.45 | 15.61 | 22.33 | - |
| YUV | 108.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 127 | 0.24 | 0.12 | 0 | 0.50 | 209.03 | 0.14 | 0.44 |
| Hex | 60 | 70 | 7F | 18 | C | 0 | 32 | D1 | E | 2C |
| Octal | 140 | 160 | 177 | 30 | 14 | 0 | 62 | 321 | 16 | 54 |
| Binary | 1100000 | 1110000 | 1111111 | 11000 | 1100 | 0 | 110010 | 11010001 | 1110 | 101100 |
Color Harmonies of #60707F
Complementary color
Monochromatic Colors of #60707F
Black with #60707F
Text Example
Text Example
White with #60707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60707F; }
p { color: rgb(96,112,127); }
H1.HeaderClassName
{
color: #60707F;
}
.AnyTagClassName
{
color: #60707F;
}
</style>
background-color css
<style>
a { background-color: #60707F; }
a { background-color: rgb(96,112,127); }
div.DivClassName
{
background-color: #60707F;
}
.BgClassName
{
background-color: #60707F;
}
</style>
border-color css
<style>
span { border-color: #60707F; }
span { border-color: rgb(96,112,127); }
td.TdClassName
{
border-color: #60707F;
}
.TagClassName
{
border-color: #60707F;
}
</style>