Shades of Raven #656A79
Tints of Raven #656A79
RGB
CMYK
RGB Variations
Color information
#656A79 (or 0x656A79) is known color: Raven. HEX triplet: 65, 6A and 79. RGB value is (101,106,121). Sum of RGB (Red+Green+Blue) = 101+106+121=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 121 - color contains mainly: blue. Hex color #656A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A79 is #9A9586. Grayscale: #6A6A6A. Windows color (decimal): -10130823 or 7957093. OLE color: 7957093.
HSL color Cylindrical-coordinate representation of color #656A79: hue angle of 225º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #656A79 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 106 | 121 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.53 |
| HSL | 225º | 0.09% | 0.44% | - |
| HSV(B) | 225º | 0.17% | 0.47% | - |
| XYZ | 13.97 | 14.46 | 20.14 | - |
| YUV | 106.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 121 | 0.17 | 0.12 | 0 | 0.53 | 225 | 0.09 | 0.44 |
| Hex | 65 | 6A | 79 | 11 | C | 0 | 35 | E1 | 9 | 2C |
| Octal | 145 | 152 | 171 | 21 | 14 | 0 | 65 | 341 | 11 | 54 |
| Binary | 1100101 | 1101010 | 1111001 | 10001 | 1100 | 0 | 110101 | 11100001 | 1001 | 101100 |
Color Harmonies of #656A79
Complementary color
Monochromatic Colors of #656A79
Black with #656A79
Text Example
Text Example
White with #656A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A79; }
p { color: rgb(101,106,121); }
H1.HeaderClassName
{
color: #656A79;
}
.AnyTagClassName
{
color: #656A79;
}
</style>
background-color css
<style>
a { background-color: #656A79; }
a { background-color: rgb(101,106,121); }
div.DivClassName
{
background-color: #656A79;
}
.BgClassName
{
background-color: #656A79;
}
</style>
border-color css
<style>
span { border-color: #656A79; }
span { border-color: rgb(101,106,121); }
td.TdClassName
{
border-color: #656A79;
}
.TagClassName
{
border-color: #656A79;
}
</style>