Shades of Raven #646976
Tints of Raven #646976
RGB
CMYK
RGB Variations
Color information
#646976 (or 0x646976) is known color: Raven. HEX triplet: 64, 69 and 76. RGB value is (100,105,118). Sum of RGB (Red+Green+Blue) = 100+105+118=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #646976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646976 is #9B9689. Grayscale: #686868. Windows color (decimal): -10196618 or 7760228. OLE color: 7760228.
HSL color Cylindrical-coordinate representation of color #646976: hue angle of 223.33º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646976 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 105 | 118 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.54 |
| HSL | 223.33º | 0.08% | 0.43% | - |
| HSV(B) | 223.33º | 0.15% | 0.46% | - |
| XYZ | 13.58 | 14.12 | 19.15 | - |
| YUV | 104.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 118 | 0.15 | 0.11 | 0 | 0.54 | 223.33 | 0.08 | 0.43 |
| Hex | 64 | 69 | 76 | F | B | 0 | 36 | DF | 8 | 2B |
| Octal | 144 | 151 | 166 | 17 | 13 | 0 | 66 | 337 | 10 | 53 |
| Binary | 1100100 | 1101001 | 1110110 | 1111 | 1011 | 0 | 110110 | 11011111 | 1000 | 101011 |
Color Harmonies of #646976
Complementary color
Monochromatic Colors of #646976
Black with #646976
Text Example
Text Example
White with #646976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646976; }
p { color: rgb(100,105,118); }
H1.HeaderClassName
{
color: #646976;
}
.AnyTagClassName
{
color: #646976;
}
</style>
background-color css
<style>
a { background-color: #646976; }
a { background-color: rgb(100,105,118); }
div.DivClassName
{
background-color: #646976;
}
.BgClassName
{
background-color: #646976;
}
</style>
border-color css
<style>
span { border-color: #646976; }
span { border-color: rgb(100,105,118); }
td.TdClassName
{
border-color: #646976;
}
.TagClassName
{
border-color: #646976;
}
</style>