Shades of Raven #656A78
Tints of Raven #656A78
RGB
CMYK
RGB Variations
Color information
#656A78 (or 0x656A78) is known color: Raven. HEX triplet: 65, 6A and 78. RGB value is (101,106,120). Sum of RGB (Red+Green+Blue) = 101+106+120=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #656A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A78 is #9A9587. Grayscale: #6A6A6A. Windows color (decimal): -10130824 or 7891557. OLE color: 7891557.
HSL color Cylindrical-coordinate representation of color #656A78: hue angle of 224.21º 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 #656A78 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 106 | 120 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.53 |
| HSL | 224.21º | 0.09% | 0.43% | - |
| HSV(B) | 224.21º | 0.16% | 0.47% | - |
| XYZ | 13.91 | 14.43 | 19.82 | - |
| YUV | 106.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 120 | 0.16 | 0.12 | 0 | 0.53 | 224.21 | 0.09 | 0.43 |
| Hex | 65 | 6A | 78 | 10 | C | 0 | 35 | E0 | 9 | 2B |
| Octal | 145 | 152 | 170 | 20 | 14 | 0 | 65 | 340 | 11 | 53 |
| Binary | 1100101 | 1101010 | 1111000 | 10000 | 1100 | 0 | 110101 | 11100000 | 1001 | 101011 |
Color Harmonies of #656A78
Complementary color
Monochromatic Colors of #656A78
Black with #656A78
Text Example
Text Example
White with #656A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A78; }
p { color: rgb(101,106,120); }
H1.HeaderClassName
{
color: #656A78;
}
.AnyTagClassName
{
color: #656A78;
}
</style>
background-color css
<style>
a { background-color: #656A78; }
a { background-color: rgb(101,106,120); }
div.DivClassName
{
background-color: #656A78;
}
.BgClassName
{
background-color: #656A78;
}
</style>
border-color css
<style>
span { border-color: #656A78; }
span { border-color: rgb(101,106,120); }
td.TdClassName
{
border-color: #656A78;
}
.TagClassName
{
border-color: #656A78;
}
</style>