Shades of Comet #66687E
Tints of Comet #66687E
RGB
CMYK
RGB Variations
Color information
#66687E (or 0x66687E) is known color: Comet. HEX triplet: 66, 68 and 7E. RGB value is (102,104,126). Sum of RGB (Red+Green+Blue) = 102+104+126=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 126 - color contains mainly: blue. Hex color #66687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66687E is #999781. Grayscale: #696969. Windows color (decimal): -10065794 or 8284262. OLE color: 8284262.
HSL color Cylindrical-coordinate representation of color #66687E: hue angle of 235º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66687E is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 104 | 126 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.51 |
| HSL | 235º | 0.11% | 0.45% | - |
| HSV(B) | 235º | 0.19% | 0.49% | - |
| XYZ | 14.2 | 14.23 | 21.74 | - |
| YUV | 105.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 126 | 0.19 | 0.17 | 0 | 0.51 | 235 | 0.11 | 0.45 |
| Hex | 66 | 68 | 7E | 13 | 11 | 0 | 33 | EB | B | 2D |
| Octal | 146 | 150 | 176 | 23 | 21 | 0 | 63 | 353 | 13 | 55 |
| Binary | 1100110 | 1101000 | 1111110 | 10011 | 10001 | 0 | 110011 | 11101011 | 1011 | 101101 |
Color Harmonies of #66687E
Complementary color
Monochromatic Colors of #66687E
Black with #66687E
Text Example
Text Example
White with #66687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66687E; }
p { color: rgb(102,104,126); }
H1.HeaderClassName
{
color: #66687E;
}
.AnyTagClassName
{
color: #66687E;
}
</style>
background-color css
<style>
a { background-color: #66687E; }
a { background-color: rgb(102,104,126); }
div.DivClassName
{
background-color: #66687E;
}
.BgClassName
{
background-color: #66687E;
}
</style>
border-color css
<style>
span { border-color: #66687E; }
span { border-color: rgb(102,104,126); }
td.TdClassName
{
border-color: #66687E;
}
.TagClassName
{
border-color: #66687E;
}
</style>