Shades of Raven #606A7C
Tints of Raven #606A7C
RGB
CMYK
RGB Variations
Color information
#606A7C (or 0x606A7C) is known color: Raven. HEX triplet: 60, 6A and 7C. RGB value is (96,106,124). Sum of RGB (Red+Green+Blue) = 96+106+124=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #606A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A7C is #9F9583. Grayscale: #686868. Windows color (decimal): -10458500 or 8153696. OLE color: 8153696.
HSL color Cylindrical-coordinate representation of color #606A7C: hue angle of 218.57º 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 #606A7C is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 106 | 124 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.51 |
| HSL | 218.57º | 0.13% | 0.43% | - |
| HSV(B) | 218.57º | 0.23% | 0.49% | - |
| XYZ | 13.62 | 14.25 | 21.1 | - |
| YUV | 105.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 124 | 0.23 | 0.15 | 0 | 0.51 | 218.57 | 0.13 | 0.43 |
| Hex | 60 | 6A | 7C | 17 | F | 0 | 33 | DB | D | 2B |
| Octal | 140 | 152 | 174 | 27 | 17 | 0 | 63 | 333 | 15 | 53 |
| Binary | 1100000 | 1101010 | 1111100 | 10111 | 1111 | 0 | 110011 | 11011011 | 1101 | 101011 |
Color Harmonies of #606A7C
Complementary color
Monochromatic Colors of #606A7C
Black with #606A7C
Text Example
Text Example
White with #606A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A7C; }
p { color: rgb(96,106,124); }
H1.HeaderClassName
{
color: #606A7C;
}
.AnyTagClassName
{
color: #606A7C;
}
</style>
background-color css
<style>
a { background-color: #606A7C; }
a { background-color: rgb(96,106,124); }
div.DivClassName
{
background-color: #606A7C;
}
.BgClassName
{
background-color: #606A7C;
}
</style>
border-color css
<style>
span { border-color: #606A7C; }
span { border-color: rgb(96,106,124); }
td.TdClassName
{
border-color: #606A7C;
}
.TagClassName
{
border-color: #606A7C;
}
</style>