Shades of Raven #646E7B
Tints of Raven #646E7B
RGB
CMYK
RGB Variations
Color information
#646E7B (or 0x646E7B) is known color: Raven. HEX triplet: 64, 6E and 7B. RGB value is (100,110,123). Sum of RGB (Red+Green+Blue) = 100+110+123=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #646E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E7B is #9B9184. Grayscale: #6C6C6C. Windows color (decimal): -10195333 or 8089188. OLE color: 8089188.
HSL color Cylindrical-coordinate representation of color #646E7B: hue angle of 213.91º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #646E7B is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 110 | 123 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.52 |
| HSL | 213.91º | 0.1% | 0.44% | - |
| HSV(B) | 213.91º | 0.19% | 0.48% | - |
| XYZ | 14.41 | 15.29 | 20.93 | - |
| YUV | 108.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 123 | 0.19 | 0.11 | 0 | 0.52 | 213.91 | 0.1 | 0.44 |
| Hex | 64 | 6E | 7B | 13 | B | 0 | 34 | D6 | A | 2C |
| Octal | 144 | 156 | 173 | 23 | 13 | 0 | 64 | 326 | 12 | 54 |
| Binary | 1100100 | 1101110 | 1111011 | 10011 | 1011 | 0 | 110100 | 11010110 | 1010 | 101100 |
Color Harmonies of #646E7B
Complementary color
Monochromatic Colors of #646E7B
Black with #646E7B
Text Example
Text Example
White with #646E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E7B; }
p { color: rgb(100,110,123); }
H1.HeaderClassName
{
color: #646E7B;
}
.AnyTagClassName
{
color: #646E7B;
}
</style>
background-color css
<style>
a { background-color: #646E7B; }
a { background-color: rgb(100,110,123); }
div.DivClassName
{
background-color: #646E7B;
}
.BgClassName
{
background-color: #646E7B;
}
</style>
border-color css
<style>
span { border-color: #646E7B; }
span { border-color: rgb(100,110,123); }
td.TdClassName
{
border-color: #646E7B;
}
.TagClassName
{
border-color: #646E7B;
}
</style>