Shades of Raven #646E7F
Tints of Raven #646E7F
RGB
CMYK
RGB Variations
Color information
#646E7F (or 0x646E7F) is known color: Raven. HEX triplet: 64, 6E and 7F. RGB value is (100,110,127). Sum of RGB (Red+Green+Blue) = 100+110+127=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 127 - color contains mainly: blue. Hex color #646E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E7F is #9B9180. Grayscale: #6C6C6C. Windows color (decimal): -10195329 or 8351332. OLE color: 8351332.
HSL color Cylindrical-coordinate representation of color #646E7F: hue angle of 217.78º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #646E7F is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 110 | 127 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.50 |
| HSL | 217.78º | 0.12% | 0.45% | - |
| HSV(B) | 217.78º | 0.21% | 0.5% | - |
| XYZ | 14.66 | 15.39 | 22.28 | - |
| YUV | 108.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 127 | 0.21 | 0.13 | 0 | 0.50 | 217.78 | 0.12 | 0.45 |
| Hex | 64 | 6E | 7F | 15 | D | 0 | 32 | DA | C | 2D |
| Octal | 144 | 156 | 177 | 25 | 15 | 0 | 62 | 332 | 14 | 55 |
| Binary | 1100100 | 1101110 | 1111111 | 10101 | 1101 | 0 | 110010 | 11011010 | 1100 | 101101 |
Color Harmonies of #646E7F
Complementary color
Monochromatic Colors of #646E7F
Black with #646E7F
Text Example
Text Example
White with #646E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E7F; }
p { color: rgb(100,110,127); }
H1.HeaderClassName
{
color: #646E7F;
}
.AnyTagClassName
{
color: #646E7F;
}
</style>
background-color css
<style>
a { background-color: #646E7F; }
a { background-color: rgb(100,110,127); }
div.DivClassName
{
background-color: #646E7F;
}
.BgClassName
{
background-color: #646E7F;
}
</style>
border-color css
<style>
span { border-color: #646E7F; }
span { border-color: rgb(100,110,127); }
td.TdClassName
{
border-color: #646E7F;
}
.TagClassName
{
border-color: #646E7F;
}
</style>