Shades of Raven #646B7B
Tints of Raven #646B7B
RGB
CMYK
RGB Variations
Color information
#646B7B (or 0x646B7B) is known color: Raven. HEX triplet: 64, 6B and 7B. RGB value is (100,107,123). Sum of RGB (Red+Green+Blue) = 100+107+123=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #646B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B7B is #9B9484. Grayscale: #6A6A6A. Windows color (decimal): -10196101 or 8088420. OLE color: 8088420.
HSL color Cylindrical-coordinate representation of color #646B7B: hue angle of 221.74º 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 #646B7B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 107 | 123 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.52 |
| HSL | 221.74º | 0.1% | 0.44% | - |
| HSV(B) | 221.74º | 0.19% | 0.48% | - |
| XYZ | 14.09 | 14.65 | 20.83 | - |
| YUV | 106.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 123 | 0.19 | 0.13 | 0 | 0.52 | 221.74 | 0.1 | 0.44 |
| Hex | 64 | 6B | 7B | 13 | D | 0 | 34 | DE | A | 2C |
| Octal | 144 | 153 | 173 | 23 | 15 | 0 | 64 | 336 | 12 | 54 |
| Binary | 1100100 | 1101011 | 1111011 | 10011 | 1101 | 0 | 110100 | 11011110 | 1010 | 101100 |
Color Harmonies of #646B7B
Complementary color
Monochromatic Colors of #646B7B
Black with #646B7B
Text Example
Text Example
White with #646B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646B7B; }
p { color: rgb(100,107,123); }
H1.HeaderClassName
{
color: #646B7B;
}
.AnyTagClassName
{
color: #646B7B;
}
</style>
background-color css
<style>
a { background-color: #646B7B; }
a { background-color: rgb(100,107,123); }
div.DivClassName
{
background-color: #646B7B;
}
.BgClassName
{
background-color: #646B7B;
}
</style>
border-color css
<style>
span { border-color: #646B7B; }
span { border-color: rgb(100,107,123); }
td.TdClassName
{
border-color: #646B7B;
}
.TagClassName
{
border-color: #646B7B;
}
</style>