Shades of Raven #607081
Tints of Raven #607081
RGB
CMYK
RGB Variations
Color information
#607081 (or 0x607081) is known color: Raven. HEX triplet: 60, 70 and 81. RGB value is (96,112,129). Sum of RGB (Red+Green+Blue) = 96+112+129=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #607081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607081 is #9F8F7E. Grayscale: #6D6D6D. Windows color (decimal): -10456959 or 8482912. OLE color: 8482912.
HSL color Cylindrical-coordinate representation of color #607081: hue angle of 210.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607081 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 112 | 129 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.49 |
| HSL | 210.91º | 0.15% | 0.44% | - |
| HSV(B) | 210.91º | 0.26% | 0.51% | - |
| XYZ | 14.58 | 15.66 | 23.02 | - |
| YUV | 109.15 | 139.2 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 112 | 129 | 0.26 | 0.13 | 0 | 0.49 | 210.91 | 0.15 | 0.44 |
| Hex | 60 | 70 | 81 | 1A | D | 0 | 31 | D3 | F | 2C |
| Octal | 140 | 160 | 201 | 32 | 15 | 0 | 61 | 323 | 17 | 54 |
| Binary | 1100000 | 1110000 | 10000001 | 11010 | 1101 | 0 | 110001 | 11010011 | 1111 | 101100 |
Color Harmonies of #607081
Complementary color
Monochromatic Colors of #607081
Black with #607081
Text Example
Text Example
White with #607081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607081; }
p { color: rgb(96,112,129); }
H1.HeaderClassName
{
color: #607081;
}
.AnyTagClassName
{
color: #607081;
}
</style>
background-color css
<style>
a { background-color: #607081; }
a { background-color: rgb(96,112,129); }
div.DivClassName
{
background-color: #607081;
}
.BgClassName
{
background-color: #607081;
}
</style>
border-color css
<style>
span { border-color: #607081; }
span { border-color: rgb(96,112,129); }
td.TdClassName
{
border-color: #607081;
}
.TagClassName
{
border-color: #607081;
}
</style>