Shades of Comet #64697F
Tints of Comet #64697F
RGB
CMYK
RGB Variations
Color information
#64697F (or 0x64697F) is known color: Comet. HEX triplet: 64, 69 and 7F. RGB value is (100,105,127). Sum of RGB (Red+Green+Blue) = 100+105+127=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 127 - color contains mainly: blue. Hex color #64697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64697F is #9B9680. Grayscale: #696969. Windows color (decimal): -10196609 or 8350052. OLE color: 8350052.
HSL color Cylindrical-coordinate representation of color #64697F: hue angle of 228.89º 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 #64697F is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 105 | 127 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.50 |
| HSL | 228.89º | 0.12% | 0.45% | - |
| HSV(B) | 228.89º | 0.21% | 0.5% | - |
| XYZ | 14.14 | 14.34 | 22.1 | - |
| YUV | 106.01 | 139.84 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 127 | 0.21 | 0.17 | 0 | 0.50 | 228.89 | 0.12 | 0.45 |
| Hex | 64 | 69 | 7F | 15 | 11 | 0 | 32 | E5 | C | 2D |
| Octal | 144 | 151 | 177 | 25 | 21 | 0 | 62 | 345 | 14 | 55 |
| Binary | 1100100 | 1101001 | 1111111 | 10101 | 10001 | 0 | 110010 | 11100101 | 1100 | 101101 |
Color Harmonies of #64697F
Complementary color
Monochromatic Colors of #64697F
Black with #64697F
Text Example
Text Example
White with #64697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64697F; }
p { color: rgb(100,105,127); }
H1.HeaderClassName
{
color: #64697F;
}
.AnyTagClassName
{
color: #64697F;
}
</style>
background-color css
<style>
a { background-color: #64697F; }
a { background-color: rgb(100,105,127); }
div.DivClassName
{
background-color: #64697F;
}
.BgClassName
{
background-color: #64697F;
}
</style>
border-color css
<style>
span { border-color: #64697F; }
span { border-color: rgb(100,105,127); }
td.TdClassName
{
border-color: #64697F;
}
.TagClassName
{
border-color: #64697F;
}
</style>