Shades of Raven #656973
Tints of Raven #656973
RGB
CMYK
RGB Variations
Color information
#656973 (or 0x656973) is known color: Raven. HEX triplet: 65, 69 and 73. RGB value is (101,105,115). Sum of RGB (Red+Green+Blue) = 101+105+115=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 105 (41.41% from 255 or 32.71% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #656973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656973 is #9A968C. Grayscale: #686868. Windows color (decimal): -10131085 or 7563621. OLE color: 7563621.
HSL color Cylindrical-coordinate representation of color #656973: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #656973 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 105 | 115 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.55 |
| HSL | 222.86º | 0.06% | 0.42% | - |
| HSV(B) | 222.86º | 0.12% | 0.45% | - |
| XYZ | 13.51 | 14.11 | 18.23 | - |
| YUV | 104.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 115 | 0.12 | 0.09 | 0 | 0.55 | 222.86 | 0.06 | 0.42 |
| Hex | 65 | 69 | 73 | C | 9 | 0 | 37 | DF | 6 | 2A |
| Octal | 145 | 151 | 163 | 14 | 11 | 0 | 67 | 337 | 6 | 52 |
| Binary | 1100101 | 1101001 | 1110011 | 1100 | 1001 | 0 | 110111 | 11011111 | 110 | 101010 |
Color Harmonies of #656973
Complementary color
Monochromatic Colors of #656973
Black with #656973
Text Example
Text Example
White with #656973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656973; }
p { color: rgb(101,105,115); }
H1.HeaderClassName
{
color: #656973;
}
.AnyTagClassName
{
color: #656973;
}
</style>
background-color css
<style>
a { background-color: #656973; }
a { background-color: rgb(101,105,115); }
div.DivClassName
{
background-color: #656973;
}
.BgClassName
{
background-color: #656973;
}
</style>
border-color css
<style>
span { border-color: #656973; }
span { border-color: rgb(101,105,115); }
td.TdClassName
{
border-color: #656973;
}
.TagClassName
{
border-color: #656973;
}
</style>