Shades of Raven #606C7B
Tints of Raven #606C7B
RGB
CMYK
RGB Variations
Color information
#606C7B (or 0x606C7B) is known color: Raven. HEX triplet: 60, 6C and 7B. RGB value is (96,108,123). Sum of RGB (Red+Green+Blue) = 96+108+123=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #606C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C7B is #9F9384. Grayscale: #6A6A6A. Windows color (decimal): -10457989 or 8088672. OLE color: 8088672.
HSL color Cylindrical-coordinate representation of color #606C7B: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #606C7B is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 108 | 123 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.52 |
| HSL | 213.33º | 0.12% | 0.43% | - |
| HSV(B) | 213.33º | 0.22% | 0.48% | - |
| XYZ | 13.76 | 14.64 | 20.84 | - |
| YUV | 106.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 123 | 0.22 | 0.12 | 0 | 0.52 | 213.33 | 0.12 | 0.43 |
| Hex | 60 | 6C | 7B | 16 | C | 0 | 34 | D5 | C | 2B |
| Octal | 140 | 154 | 173 | 26 | 14 | 0 | 64 | 325 | 14 | 53 |
| Binary | 1100000 | 1101100 | 1111011 | 10110 | 1100 | 0 | 110100 | 11010101 | 1100 | 101011 |
Color Harmonies of #606C7B
Complementary color
Monochromatic Colors of #606C7B
Black with #606C7B
Text Example
Text Example
White with #606C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C7B; }
p { color: rgb(96,108,123); }
H1.HeaderClassName
{
color: #606C7B;
}
.AnyTagClassName
{
color: #606C7B;
}
</style>
background-color css
<style>
a { background-color: #606C7B; }
a { background-color: rgb(96,108,123); }
div.DivClassName
{
background-color: #606C7B;
}
.BgClassName
{
background-color: #606C7B;
}
</style>
border-color css
<style>
span { border-color: #606C7B; }
span { border-color: rgb(96,108,123); }
td.TdClassName
{
border-color: #606C7B;
}
.TagClassName
{
border-color: #606C7B;
}
</style>