Shades of Comet #646672
Tints of Comet #646672
RGB
CMYK
RGB Variations
Color information
#646672 (or 0x646672) is known color: Comet. HEX triplet: 64, 66 and 72. RGB value is (100,102,114). Sum of RGB (Red+Green+Blue) = 100+102+114=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #646672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646672 is #9B998D. Grayscale: #666666. Windows color (decimal): -10197390 or 7497316. OLE color: 7497316.
HSL color Cylindrical-coordinate representation of color #646672: hue angle of 231.43º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646672 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 102 | 114 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.55 |
| HSL | 231.43º | 0.07% | 0.42% | - |
| HSV(B) | 231.43º | 0.12% | 0.45% | - |
| XYZ | 13.04 | 13.43 | 17.82 | - |
| YUV | 102.77 | 134.34 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 114 | 0.12 | 0.11 | 0 | 0.55 | 231.43 | 0.07 | 0.42 |
| Hex | 64 | 66 | 72 | C | B | 0 | 37 | E7 | 7 | 2A |
| Octal | 144 | 146 | 162 | 14 | 13 | 0 | 67 | 347 | 7 | 52 |
| Binary | 1100100 | 1100110 | 1110010 | 1100 | 1011 | 0 | 110111 | 11100111 | 111 | 101010 |
Color Harmonies of #646672
Complementary color
Monochromatic Colors of #646672
Black with #646672
Text Example
Text Example
White with #646672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646672; }
p { color: rgb(100,102,114); }
H1.HeaderClassName
{
color: #646672;
}
.AnyTagClassName
{
color: #646672;
}
</style>
background-color css
<style>
a { background-color: #646672; }
a { background-color: rgb(100,102,114); }
div.DivClassName
{
background-color: #646672;
}
.BgClassName
{
background-color: #646672;
}
</style>
border-color css
<style>
span { border-color: #646672; }
span { border-color: rgb(100,102,114); }
td.TdClassName
{
border-color: #646672;
}
.TagClassName
{
border-color: #646672;
}
</style>