Shades of Raven #656C7D
Tints of Raven #656C7D
RGB
CMYK
RGB Variations
Color information
#656C7D (or 0x656C7D) is known color: Raven. HEX triplet: 65, 6C and 7D. RGB value is (101,108,125). Sum of RGB (Red+Green+Blue) = 101+108+125=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 125 - color contains mainly: blue. Hex color #656C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656C7D is #9A9382. Grayscale: #6B6B6B. Windows color (decimal): -10130307 or 8219749. OLE color: 8219749.
HSL color Cylindrical-coordinate representation of color #656C7D: hue angle of 222.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #656C7D is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 108 | 125 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.51 |
| HSL | 222.5º | 0.11% | 0.44% | - |
| HSV(B) | 222.5º | 0.19% | 0.49% | - |
| XYZ | 14.43 | 14.97 | 21.53 | - |
| YUV | 107.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 125 | 0.19 | 0.14 | 0 | 0.51 | 222.5 | 0.11 | 0.44 |
| Hex | 65 | 6C | 7D | 13 | E | 0 | 33 | DE | B | 2C |
| Octal | 145 | 154 | 175 | 23 | 16 | 0 | 63 | 336 | 13 | 54 |
| Binary | 1100101 | 1101100 | 1111101 | 10011 | 1110 | 0 | 110011 | 11011110 | 1011 | 101100 |
Color Harmonies of #656C7D
Complementary color
Monochromatic Colors of #656C7D
Black with #656C7D
Text Example
Text Example
White with #656C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C7D; }
p { color: rgb(101,108,125); }
H1.HeaderClassName
{
color: #656C7D;
}
.AnyTagClassName
{
color: #656C7D;
}
</style>
background-color css
<style>
a { background-color: #656C7D; }
a { background-color: rgb(101,108,125); }
div.DivClassName
{
background-color: #656C7D;
}
.BgClassName
{
background-color: #656C7D;
}
</style>
border-color css
<style>
span { border-color: #656C7D; }
span { border-color: rgb(101,108,125); }
td.TdClassName
{
border-color: #656C7D;
}
.TagClassName
{
border-color: #656C7D;
}
</style>