Shades of Comet #64697D
Tints of Comet #64697D
RGB
CMYK
RGB Variations
Color information
#64697D (or 0x64697D) is known color: Comet. HEX triplet: 64, 69 and 7D. RGB value is (100,105,125). Sum of RGB (Red+Green+Blue) = 100+105+125=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #64697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64697D is #9B9682. Grayscale: #696969. Windows color (decimal): -10196611 or 8218980. OLE color: 8218980.
HSL color Cylindrical-coordinate representation of color #64697D: hue angle of 228º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #64697D is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 105 | 125 | - |
| CMYK | 0.2 | 0.16 | 0 | 0.51 |
| HSL | 228º | 0.11% | 0.44% | - |
| HSV(B) | 228º | 0.2% | 0.49% | - |
| XYZ | 14.01 | 14.29 | 21.42 | - |
| YUV | 105.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 125 | 0.2 | 0.16 | 0 | 0.51 | 228 | 0.11 | 0.44 |
| Hex | 64 | 69 | 7D | 14 | 10 | 0 | 33 | E4 | B | 2C |
| Octal | 144 | 151 | 175 | 24 | 20 | 0 | 63 | 344 | 13 | 54 |
| Binary | 1100100 | 1101001 | 1111101 | 10100 | 10000 | 0 | 110011 | 11100100 | 1011 | 101100 |
Color Harmonies of #64697D
Complementary color
Monochromatic Colors of #64697D
Black with #64697D
Text Example
Text Example
White with #64697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64697D; }
p { color: rgb(100,105,125); }
H1.HeaderClassName
{
color: #64697D;
}
.AnyTagClassName
{
color: #64697D;
}
</style>
background-color css
<style>
a { background-color: #64697D; }
a { background-color: rgb(100,105,125); }
div.DivClassName
{
background-color: #64697D;
}
.BgClassName
{
background-color: #64697D;
}
</style>
border-color css
<style>
span { border-color: #64697D; }
span { border-color: rgb(100,105,125); }
td.TdClassName
{
border-color: #64697D;
}
.TagClassName
{
border-color: #64697D;
}
</style>