Shades of Comet #646770
Tints of Comet #646770
RGB
CMYK
RGB Variations
Color information
#646770 (or 0x646770) is known color: Comet. HEX triplet: 64, 67 and 70. RGB value is (100,103,112). Sum of RGB (Red+Green+Blue) = 100+103+112=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #646770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646770 is #9B988F. Grayscale: #676767. Windows color (decimal): -10197136 or 7366500. OLE color: 7366500.
HSL color Cylindrical-coordinate representation of color #646770: hue angle of 225º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646770 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 103 | 112 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.56 |
| HSL | 225º | 0.06% | 0.42% | - |
| HSV(B) | 225º | 0.11% | 0.44% | - |
| XYZ | 13.03 | 13.58 | 17.26 | - |
| YUV | 103.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 112 | 0.11 | 0.08 | 0 | 0.56 | 225 | 0.06 | 0.42 |
| Hex | 64 | 67 | 70 | B | 8 | 0 | 38 | E1 | 6 | 2A |
| Octal | 144 | 147 | 160 | 13 | 10 | 0 | 70 | 341 | 6 | 52 |
| Binary | 1100100 | 1100111 | 1110000 | 1011 | 1000 | 0 | 111000 | 11100001 | 110 | 101010 |
Color Harmonies of #646770
Complementary color
Monochromatic Colors of #646770
Black with #646770
Text Example
Text Example
White with #646770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646770; }
p { color: rgb(100,103,112); }
H1.HeaderClassName
{
color: #646770;
}
.AnyTagClassName
{
color: #646770;
}
</style>
background-color css
<style>
a { background-color: #646770; }
a { background-color: rgb(100,103,112); }
div.DivClassName
{
background-color: #646770;
}
.BgClassName
{
background-color: #646770;
}
</style>
border-color css
<style>
span { border-color: #646770; }
span { border-color: rgb(100,103,112); }
td.TdClassName
{
border-color: #646770;
}
.TagClassName
{
border-color: #646770;
}
</style>