Shades of Raven #646F7D
Tints of Raven #646F7D
RGB
CMYK
RGB Variations
Color information
#646F7D (or 0x646F7D) is known color: Raven. HEX triplet: 64, 6F and 7D. RGB value is (100,111,125). Sum of RGB (Red+Green+Blue) = 100+111+125=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 125 - color contains mainly: blue. Hex color #646F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F7D is #9B9082. Grayscale: #6D6D6D. Windows color (decimal): -10195075 or 8220516. OLE color: 8220516.
HSL color Cylindrical-coordinate representation of color #646F7D: hue angle of 213.6º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #646F7D is Cyan = 0.2, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 111 | 125 | - |
| CMYK | 0.2 | 0.11 | 0 | 0.51 |
| HSL | 213.6º | 0.11% | 0.44% | - |
| HSV(B) | 213.6º | 0.2% | 0.49% | - |
| XYZ | 14.64 | 15.56 | 21.63 | - |
| YUV | 109.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 125 | 0.2 | 0.11 | 0 | 0.51 | 213.6 | 0.11 | 0.44 |
| Hex | 64 | 6F | 7D | 14 | B | 0 | 33 | D6 | B | 2C |
| Octal | 144 | 157 | 175 | 24 | 13 | 0 | 63 | 326 | 13 | 54 |
| Binary | 1100100 | 1101111 | 1111101 | 10100 | 1011 | 0 | 110011 | 11010110 | 1011 | 101100 |
Color Harmonies of #646F7D
Complementary color
Monochromatic Colors of #646F7D
Black with #646F7D
Text Example
Text Example
White with #646F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F7D; }
p { color: rgb(100,111,125); }
H1.HeaderClassName
{
color: #646F7D;
}
.AnyTagClassName
{
color: #646F7D;
}
</style>
background-color css
<style>
a { background-color: #646F7D; }
a { background-color: rgb(100,111,125); }
div.DivClassName
{
background-color: #646F7D;
}
.BgClassName
{
background-color: #646F7D;
}
</style>
border-color css
<style>
span { border-color: #646F7D; }
span { border-color: rgb(100,111,125); }
td.TdClassName
{
border-color: #646F7D;
}
.TagClassName
{
border-color: #646F7D;
}
</style>