Shades of Comet #64668A
Tints of Comet #64668A
RGB
CMYK
RGB Variations
Color information
#64668A (or 0x64668A) is known color: Comet. HEX triplet: 64, 66 and 8A. RGB value is (100,102,138). Sum of RGB (Red+Green+Blue) = 100+102+138=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #64668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64668A is #9B9975. Grayscale: #696969. Windows color (decimal): -10197366 or 9070180. OLE color: 9070180.
HSL color Cylindrical-coordinate representation of color #64668A: hue angle of 236.84º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64668A is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 102 | 138 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.46 |
| HSL | 236.84º | 0.16% | 0.47% | - |
| HSV(B) | 236.84º | 0.28% | 0.54% | - |
| XYZ | 14.59 | 14.05 | 25.99 | - |
| YUV | 105.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 138 | 0.28 | 0.26 | 0 | 0.46 | 236.84 | 0.16 | 0.47 |
| Hex | 64 | 66 | 8A | 1C | 1A | 0 | 2E | ED | 10 | 2F |
| Octal | 144 | 146 | 212 | 34 | 32 | 0 | 56 | 355 | 20 | 57 |
| Binary | 1100100 | 1100110 | 10001010 | 11100 | 11010 | 0 | 101110 | 11101101 | 10000 | 101111 |
Color Harmonies of #64668A
Complementary color
Monochromatic Colors of #64668A
Black with #64668A
Text Example
Text Example
White with #64668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64668A; }
p { color: rgb(100,102,138); }
H1.HeaderClassName
{
color: #64668A;
}
.AnyTagClassName
{
color: #64668A;
}
</style>
background-color css
<style>
a { background-color: #64668A; }
a { background-color: rgb(100,102,138); }
div.DivClassName
{
background-color: #64668A;
}
.BgClassName
{
background-color: #64668A;
}
</style>
border-color css
<style>
span { border-color: #64668A; }
span { border-color: rgb(100,102,138); }
td.TdClassName
{
border-color: #64668A;
}
.TagClassName
{
border-color: #64668A;
}
</style>