Shades of Raven #607181
Tints of Raven #607181
RGB
CMYK
RGB Variations
Color information
#607181 (or 0x607181) is known color: Raven. HEX triplet: 60, 71 and 81. RGB value is (96,113,129). Sum of RGB (Red+Green+Blue) = 96+113+129=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 129 - color contains mainly: blue. Hex color #607181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607181 is #9F8E7E. Grayscale: #6D6D6D. Windows color (decimal): -10456703 or 8483168. OLE color: 8483168.
HSL color Cylindrical-coordinate representation of color #607181: hue angle of 209.09º 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 #607181 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 113 | 129 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.49 |
| HSL | 209.09º | 0.15% | 0.44% | - |
| HSV(B) | 209.09º | 0.26% | 0.51% | - |
| XYZ | 14.69 | 15.88 | 23.06 | - |
| YUV | 109.74 | 138.87 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 129 | 0.26 | 0.12 | 0 | 0.49 | 209.09 | 0.15 | 0.44 |
| Hex | 60 | 71 | 81 | 1A | C | 0 | 31 | D1 | F | 2C |
| Octal | 140 | 161 | 201 | 32 | 14 | 0 | 61 | 321 | 17 | 54 |
| Binary | 1100000 | 1110001 | 10000001 | 11010 | 1100 | 0 | 110001 | 11010001 | 1111 | 101100 |
Color Harmonies of #607181
Complementary color
Monochromatic Colors of #607181
Black with #607181
Text Example
Text Example
White with #607181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607181; }
p { color: rgb(96,113,129); }
H1.HeaderClassName
{
color: #607181;
}
.AnyTagClassName
{
color: #607181;
}
</style>
background-color css
<style>
a { background-color: #607181; }
a { background-color: rgb(96,113,129); }
div.DivClassName
{
background-color: #607181;
}
.BgClassName
{
background-color: #607181;
}
</style>
border-color css
<style>
span { border-color: #607181; }
span { border-color: rgb(96,113,129); }
td.TdClassName
{
border-color: #607181;
}
.TagClassName
{
border-color: #607181;
}
</style>