Shades of Raven #646A7B
Tints of Raven #646A7B
RGB
CMYK
RGB Variations
Color information
#646A7B (or 0x646A7B) is known color: Raven. HEX triplet: 64, 6A and 7B. RGB value is (100,106,123). Sum of RGB (Red+Green+Blue) = 100+106+123=329 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.40% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #646A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A7B is #9B9584. Grayscale: #6A6A6A. Windows color (decimal): -10196357 or 8088164. OLE color: 8088164.
HSL color Cylindrical-coordinate representation of color #646A7B: hue angle of 224.35º 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 #646A7B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 106 | 123 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.52 |
| HSL | 224.35º | 0.1% | 0.44% | - |
| HSV(B) | 224.35º | 0.19% | 0.48% | - |
| XYZ | 13.98 | 14.45 | 20.79 | - |
| YUV | 106.14 | 137.51 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 123 | 0.19 | 0.14 | 0 | 0.52 | 224.35 | 0.1 | 0.44 |
| Hex | 64 | 6A | 7B | 13 | E | 0 | 34 | E0 | A | 2C |
| Octal | 144 | 152 | 173 | 23 | 16 | 0 | 64 | 340 | 12 | 54 |
| Binary | 1100100 | 1101010 | 1111011 | 10011 | 1110 | 0 | 110100 | 11100000 | 1010 | 101100 |
Color Harmonies of #646A7B
Complementary color
Monochromatic Colors of #646A7B
Black with #646A7B
Text Example
Text Example
White with #646A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A7B; }
p { color: rgb(100,106,123); }
H1.HeaderClassName
{
color: #646A7B;
}
.AnyTagClassName
{
color: #646A7B;
}
</style>
background-color css
<style>
a { background-color: #646A7B; }
a { background-color: rgb(100,106,123); }
div.DivClassName
{
background-color: #646A7B;
}
.BgClassName
{
background-color: #646A7B;
}
</style>
border-color css
<style>
span { border-color: #646A7B; }
span { border-color: rgb(100,106,123); }
td.TdClassName
{
border-color: #646A7B;
}
.TagClassName
{
border-color: #646A7B;
}
</style>