Shades of Raven #656F7D
Tints of Raven #656F7D
RGB
CMYK
RGB Variations
Color information
#656F7D (or 0x656F7D) is known color: Raven. HEX triplet: 65, 6F and 7D. RGB value is (101,111,125). Sum of RGB (Red+Green+Blue) = 101+111+125=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 125 - color contains mainly: blue. Hex color #656F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F7D is #9A9082. Grayscale: #6D6D6D. Windows color (decimal): -10129539 or 8220517. OLE color: 8220517.
HSL color Cylindrical-coordinate representation of color #656F7D: hue angle of 215º 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 #656F7D is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 111 | 125 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.51 |
| HSL | 215º | 0.11% | 0.44% | - |
| HSV(B) | 215º | 0.19% | 0.49% | - |
| XYZ | 14.75 | 15.62 | 21.64 | - |
| YUV | 109.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 125 | 0.19 | 0.11 | 0 | 0.51 | 215 | 0.11 | 0.44 |
| Hex | 65 | 6F | 7D | 13 | B | 0 | 33 | D7 | B | 2C |
| Octal | 145 | 157 | 175 | 23 | 13 | 0 | 63 | 327 | 13 | 54 |
| Binary | 1100101 | 1101111 | 1111101 | 10011 | 1011 | 0 | 110011 | 11010111 | 1011 | 101100 |
Color Harmonies of #656F7D
Complementary color
Monochromatic Colors of #656F7D
Black with #656F7D
Text Example
Text Example
White with #656F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F7D; }
p { color: rgb(101,111,125); }
H1.HeaderClassName
{
color: #656F7D;
}
.AnyTagClassName
{
color: #656F7D;
}
</style>
background-color css
<style>
a { background-color: #656F7D; }
a { background-color: rgb(101,111,125); }
div.DivClassName
{
background-color: #656F7D;
}
.BgClassName
{
background-color: #656F7D;
}
</style>
border-color css
<style>
span { border-color: #656F7D; }
span { border-color: rgb(101,111,125); }
td.TdClassName
{
border-color: #656F7D;
}
.TagClassName
{
border-color: #656F7D;
}
</style>