Shades of Raven #656E7F
Tints of Raven #656E7F
RGB
CMYK
RGB Variations
Color information
#656E7F (or 0x656E7F) is known color: Raven. HEX triplet: 65, 6E and 7F. RGB value is (101,110,127). Sum of RGB (Red+Green+Blue) = 101+110+127=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 127 (50% from 255 or 37.57% from 338); Max value from RGB is 127 - color contains mainly: blue. Hex color #656E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656E7F is #9A9180. Grayscale: #6D6D6D. Windows color (decimal): -10129793 or 8351333. OLE color: 8351333.
HSL color Cylindrical-coordinate representation of color #656E7F: hue angle of 219.23º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #656E7F is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 110 | 127 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.50 |
| HSL | 219.23º | 0.11% | 0.45% | - |
| HSV(B) | 219.23º | 0.2% | 0.5% | - |
| XYZ | 14.77 | 15.45 | 22.28 | - |
| YUV | 109.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 127 | 0.20 | 0.13 | 0 | 0.50 | 219.23 | 0.11 | 0.45 |
| Hex | 65 | 6E | 7F | 14 | D | 0 | 32 | DB | B | 2D |
| Octal | 145 | 156 | 177 | 24 | 15 | 0 | 62 | 333 | 13 | 55 |
| Binary | 1100101 | 1101110 | 1111111 | 10100 | 1101 | 0 | 110010 | 11011011 | 1011 | 101101 |
Color Harmonies of #656E7F
Complementary color
Monochromatic Colors of #656E7F
Black with #656E7F
Text Example
Text Example
White with #656E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E7F; }
p { color: rgb(101,110,127); }
H1.HeaderClassName
{
color: #656E7F;
}
.AnyTagClassName
{
color: #656E7F;
}
</style>
background-color css
<style>
a { background-color: #656E7F; }
a { background-color: rgb(101,110,127); }
div.DivClassName
{
background-color: #656E7F;
}
.BgClassName
{
background-color: #656E7F;
}
</style>
border-color css
<style>
span { border-color: #656E7F; }
span { border-color: rgb(101,110,127); }
td.TdClassName
{
border-color: #656E7F;
}
.TagClassName
{
border-color: #656E7F;
}
</style>