Shades of Raven #656C7B
Tints of Raven #656C7B
RGB
CMYK
RGB Variations
Color information
#656C7B (or 0x656C7B) is known color: Raven. HEX triplet: 65, 6C and 7B. RGB value is (101,108,123). Sum of RGB (Red+Green+Blue) = 101+108+123=332 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.42% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 123 - color contains mainly: blue. Hex color #656C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C7B is #9A9384. Grayscale: #6B6B6B. Windows color (decimal): -10130309 or 8088677. OLE color: 8088677.
HSL color Cylindrical-coordinate representation of color #656C7B: hue angle of 220.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #656C7B is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 108 | 123 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.52 |
| HSL | 220.91º | 0.1% | 0.44% | - |
| HSV(B) | 220.91º | 0.18% | 0.48% | - |
| XYZ | 14.3 | 14.92 | 20.87 | - |
| YUV | 107.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 123 | 0.18 | 0.12 | 0 | 0.52 | 220.91 | 0.1 | 0.44 |
| Hex | 65 | 6C | 7B | 12 | C | 0 | 34 | DD | A | 2C |
| Octal | 145 | 154 | 173 | 22 | 14 | 0 | 64 | 335 | 12 | 54 |
| Binary | 1100101 | 1101100 | 1111011 | 10010 | 1100 | 0 | 110100 | 11011101 | 1010 | 101100 |
Color Harmonies of #656C7B
Complementary color
Monochromatic Colors of #656C7B
Black with #656C7B
Text Example
Text Example
White with #656C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C7B; }
p { color: rgb(101,108,123); }
H1.HeaderClassName
{
color: #656C7B;
}
.AnyTagClassName
{
color: #656C7B;
}
</style>
background-color css
<style>
a { background-color: #656C7B; }
a { background-color: rgb(101,108,123); }
div.DivClassName
{
background-color: #656C7B;
}
.BgClassName
{
background-color: #656C7B;
}
</style>
border-color css
<style>
span { border-color: #656C7B; }
span { border-color: rgb(101,108,123); }
td.TdClassName
{
border-color: #656C7B;
}
.TagClassName
{
border-color: #656C7B;
}
</style>