Shades of Raven #646C7F
Tints of Raven #646C7F
RGB
CMYK
RGB Variations
Color information
#646C7F (or 0x646C7F) is known color: Raven. HEX triplet: 64, 6C and 7F. RGB value is (100,108,127). Sum of RGB (Red+Green+Blue) = 100+108+127=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 127 - color contains mainly: blue. Hex color #646C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C7F is #9B9380. Grayscale: #6B6B6B. Windows color (decimal): -10195841 or 8350820. OLE color: 8350820.
HSL color Cylindrical-coordinate representation of color #646C7F: hue angle of 222.22º 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 #646C7F is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 108 | 127 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.50 |
| HSL | 222.22º | 0.12% | 0.45% | - |
| HSV(B) | 222.22º | 0.21% | 0.5% | - |
| XYZ | 14.45 | 14.97 | 22.21 | - |
| YUV | 107.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 127 | 0.21 | 0.15 | 0 | 0.50 | 222.22 | 0.12 | 0.45 |
| Hex | 64 | 6C | 7F | 15 | F | 0 | 32 | DE | C | 2D |
| Octal | 144 | 154 | 177 | 25 | 17 | 0 | 62 | 336 | 14 | 55 |
| Binary | 1100100 | 1101100 | 1111111 | 10101 | 1111 | 0 | 110010 | 11011110 | 1100 | 101101 |
Color Harmonies of #646C7F
Complementary color
Monochromatic Colors of #646C7F
Black with #646C7F
Text Example
Text Example
White with #646C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C7F; }
p { color: rgb(100,108,127); }
H1.HeaderClassName
{
color: #646C7F;
}
.AnyTagClassName
{
color: #646C7F;
}
</style>
background-color css
<style>
a { background-color: #646C7F; }
a { background-color: rgb(100,108,127); }
div.DivClassName
{
background-color: #646C7F;
}
.BgClassName
{
background-color: #646C7F;
}
</style>
border-color css
<style>
span { border-color: #646C7F; }
span { border-color: rgb(100,108,127); }
td.TdClassName
{
border-color: #646C7F;
}
.TagClassName
{
border-color: #646C7F;
}
</style>