Shades of Comet #66687A
Tints of Comet #66687A
RGB
CMYK
RGB Variations
Color information
#66687A (or 0x66687A) is known color: Comet. HEX triplet: 66, 68 and 7A. RGB value is (102,104,122). Sum of RGB (Red+Green+Blue) = 102+104+122=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #66687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66687A is #999785. Grayscale: #696969. Windows color (decimal): -10065798 or 8022118. OLE color: 8022118.
HSL color Cylindrical-coordinate representation of color #66687A: hue angle of 234º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66687A is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 104 | 122 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.52 |
| HSL | 234º | 0.09% | 0.44% | - |
| HSV(B) | 234º | 0.16% | 0.48% | - |
| XYZ | 13.94 | 14.13 | 20.4 | - |
| YUV | 105.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 122 | 0.16 | 0.15 | 0 | 0.52 | 234 | 0.09 | 0.44 |
| Hex | 66 | 68 | 7A | 10 | F | 0 | 34 | EA | 9 | 2C |
| Octal | 146 | 150 | 172 | 20 | 17 | 0 | 64 | 352 | 11 | 54 |
| Binary | 1100110 | 1101000 | 1111010 | 10000 | 1111 | 0 | 110100 | 11101010 | 1001 | 101100 |
Color Harmonies of #66687A
Complementary color
Monochromatic Colors of #66687A
Black with #66687A
Text Example
Text Example
White with #66687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66687A; }
p { color: rgb(102,104,122); }
H1.HeaderClassName
{
color: #66687A;
}
.AnyTagClassName
{
color: #66687A;
}
</style>
background-color css
<style>
a { background-color: #66687A; }
a { background-color: rgb(102,104,122); }
div.DivClassName
{
background-color: #66687A;
}
.BgClassName
{
background-color: #66687A;
}
</style>
border-color css
<style>
span { border-color: #66687A; }
span { border-color: rgb(102,104,122); }
td.TdClassName
{
border-color: #66687A;
}
.TagClassName
{
border-color: #66687A;
}
</style>