Shades of Raven #646F7C
Tints of Raven #646F7C
RGB
CMYK
RGB Variations
Color information
#646F7C (or 0x646F7C) is known color: Raven. HEX triplet: 64, 6F and 7C. RGB value is (100,111,124). Sum of RGB (Red+Green+Blue) = 100+111+124=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #646F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F7C is #9B9083. Grayscale: #6D6D6D. Windows color (decimal): -10195076 or 8154980. OLE color: 8154980.
HSL color Cylindrical-coordinate representation of color #646F7C: hue angle of 212.5º 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 #646F7C is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 111 | 124 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.51 |
| HSL | 212.5º | 0.11% | 0.44% | - |
| HSV(B) | 212.5º | 0.19% | 0.49% | - |
| XYZ | 14.58 | 15.53 | 21.3 | - |
| YUV | 109.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 124 | 0.19 | 0.10 | 0 | 0.51 | 212.5 | 0.11 | 0.44 |
| Hex | 64 | 6F | 7C | 13 | A | 0 | 33 | D4 | B | 2C |
| Octal | 144 | 157 | 174 | 23 | 12 | 0 | 63 | 324 | 13 | 54 |
| Binary | 1100100 | 1101111 | 1111100 | 10011 | 1010 | 0 | 110011 | 11010100 | 1011 | 101100 |
Color Harmonies of #646F7C
Complementary color
Monochromatic Colors of #646F7C
Black with #646F7C
Text Example
Text Example
White with #646F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F7C; }
p { color: rgb(100,111,124); }
H1.HeaderClassName
{
color: #646F7C;
}
.AnyTagClassName
{
color: #646F7C;
}
</style>
background-color css
<style>
a { background-color: #646F7C; }
a { background-color: rgb(100,111,124); }
div.DivClassName
{
background-color: #646F7C;
}
.BgClassName
{
background-color: #646F7C;
}
</style>
border-color css
<style>
span { border-color: #646F7C; }
span { border-color: rgb(100,111,124); }
td.TdClassName
{
border-color: #646F7C;
}
.TagClassName
{
border-color: #646F7C;
}
</style>