Shades of Comet #64687F
Tints of Comet #64687F
RGB
CMYK
RGB Variations
Color information
#64687F (or 0x64687F) is known color: Comet. HEX triplet: 64, 68 and 7F. RGB value is (100,104,127). Sum of RGB (Red+Green+Blue) = 100+104+127=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #64687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64687F is #9B9780. Grayscale: #696969. Windows color (decimal): -10196865 or 8349796. OLE color: 8349796.
HSL color Cylindrical-coordinate representation of color #64687F: hue angle of 231.11º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #64687F is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 104 | 127 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.50 |
| HSL | 231.11º | 0.12% | 0.45% | - |
| HSV(B) | 231.11º | 0.21% | 0.5% | - |
| XYZ | 14.04 | 14.14 | 22.07 | - |
| YUV | 105.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 127 | 0.21 | 0.18 | 0 | 0.50 | 231.11 | 0.12 | 0.45 |
| Hex | 64 | 68 | 7F | 15 | 12 | 0 | 32 | E7 | C | 2D |
| Octal | 144 | 150 | 177 | 25 | 22 | 0 | 62 | 347 | 14 | 55 |
| Binary | 1100100 | 1101000 | 1111111 | 10101 | 10010 | 0 | 110010 | 11100111 | 1100 | 101101 |
Color Harmonies of #64687F
Complementary color
Monochromatic Colors of #64687F
Black with #64687F
Text Example
Text Example
White with #64687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64687F; }
p { color: rgb(100,104,127); }
H1.HeaderClassName
{
color: #64687F;
}
.AnyTagClassName
{
color: #64687F;
}
</style>
background-color css
<style>
a { background-color: #64687F; }
a { background-color: rgb(100,104,127); }
div.DivClassName
{
background-color: #64687F;
}
.BgClassName
{
background-color: #64687F;
}
</style>
border-color css
<style>
span { border-color: #64687F; }
span { border-color: rgb(100,104,127); }
td.TdClassName
{
border-color: #64687F;
}
.TagClassName
{
border-color: #64687F;
}
</style>