Shades of Raven #656B78
Tints of Raven #656B78
RGB
CMYK
RGB Variations
Color information
#656B78 (or 0x656B78) is known color: Raven. HEX triplet: 65, 6B and 78. RGB value is (101,107,120). Sum of RGB (Red+Green+Blue) = 101+107+120=328 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.79% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 120 - color contains mainly: blue. Hex color #656B78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656B78 is #9A9487. Grayscale: #6A6A6A. Windows color (decimal): -10130568 or 7891813. OLE color: 7891813.
HSL color Cylindrical-coordinate representation of color #656B78: hue angle of 221.05º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #656B78 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 107 | 120 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.53 |
| HSL | 221.05º | 0.09% | 0.43% | - |
| HSV(B) | 221.05º | 0.16% | 0.47% | - |
| XYZ | 14.01 | 14.64 | 19.86 | - |
| YUV | 106.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 120 | 0.16 | 0.11 | 0 | 0.53 | 221.05 | 0.09 | 0.43 |
| Hex | 65 | 6B | 78 | 10 | B | 0 | 35 | DD | 9 | 2B |
| Octal | 145 | 153 | 170 | 20 | 13 | 0 | 65 | 335 | 11 | 53 |
| Binary | 1100101 | 1101011 | 1111000 | 10000 | 1011 | 0 | 110101 | 11011101 | 1001 | 101011 |
Color Harmonies of #656B78
Complementary color
Monochromatic Colors of #656B78
Black with #656B78
Text Example
Text Example
White with #656B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B78; }
p { color: rgb(101,107,120); }
H1.HeaderClassName
{
color: #656B78;
}
.AnyTagClassName
{
color: #656B78;
}
</style>
background-color css
<style>
a { background-color: #656B78; }
a { background-color: rgb(101,107,120); }
div.DivClassName
{
background-color: #656B78;
}
.BgClassName
{
background-color: #656B78;
}
</style>
border-color css
<style>
span { border-color: #656B78; }
span { border-color: rgb(101,107,120); }
td.TdClassName
{
border-color: #656B78;
}
.TagClassName
{
border-color: #656B78;
}
</style>