Shades of Raven #656F7B
Tints of Raven #656F7B
RGB
CMYK
RGB Variations
Color information
#656F7B (or 0x656F7B) is known color: Raven. HEX triplet: 65, 6F and 7B. RGB value is (101,111,123). Sum of RGB (Red+Green+Blue) = 101+111+123=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 123 - color contains mainly: blue. Hex color #656F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F7B is #9A9084. Grayscale: #6D6D6D. Windows color (decimal): -10129541 or 8089445. OLE color: 8089445.
HSL color Cylindrical-coordinate representation of color #656F7B: hue angle of 212.73º 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 #656F7B is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 111 | 123 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.52 |
| HSL | 212.73º | 0.1% | 0.44% | - |
| HSV(B) | 212.73º | 0.18% | 0.48% | - |
| XYZ | 14.63 | 15.57 | 20.97 | - |
| YUV | 109.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 123 | 0.18 | 0.10 | 0 | 0.52 | 212.73 | 0.1 | 0.44 |
| Hex | 65 | 6F | 7B | 12 | A | 0 | 34 | D5 | A | 2C |
| Octal | 145 | 157 | 173 | 22 | 12 | 0 | 64 | 325 | 12 | 54 |
| Binary | 1100101 | 1101111 | 1111011 | 10010 | 1010 | 0 | 110100 | 11010101 | 1010 | 101100 |
Color Harmonies of #656F7B
Complementary color
Monochromatic Colors of #656F7B
Black with #656F7B
Text Example
Text Example
White with #656F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F7B; }
p { color: rgb(101,111,123); }
H1.HeaderClassName
{
color: #656F7B;
}
.AnyTagClassName
{
color: #656F7B;
}
</style>
background-color css
<style>
a { background-color: #656F7B; }
a { background-color: rgb(101,111,123); }
div.DivClassName
{
background-color: #656F7B;
}
.BgClassName
{
background-color: #656F7B;
}
</style>
border-color css
<style>
span { border-color: #656F7B; }
span { border-color: rgb(101,111,123); }
td.TdClassName
{
border-color: #656F7B;
}
.TagClassName
{
border-color: #656F7B;
}
</style>