Shades of Comet #66667E
Tints of Comet #66667E
RGB
CMYK
RGB Variations
Color information
#66667E (or 0x66667E) is known color: Comet. HEX triplet: 66, 66 and 7E. RGB value is (102,102,126). Sum of RGB (Red+Green+Blue) = 102+102+126=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 102 (40.23% from 255 or 30.91% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #66667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66667E is #999981. Grayscale: #686868. Windows color (decimal): -10066306 or 8283750. OLE color: 8283750.
HSL color Cylindrical-coordinate representation of color #66667E: hue angle of 240º 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 #66667E is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 102 | 126 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.51 |
| HSL | 240º | 0.11% | 0.45% | - |
| HSV(B) | 240º | 0.19% | 0.49% | - |
| XYZ | 14 | 13.83 | 21.67 | - |
| YUV | 104.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 126 | 0.19 | 0.19 | 0 | 0.51 | 240 | 0.11 | 0.45 |
| Hex | 66 | 66 | 7E | 13 | 13 | 0 | 33 | F0 | B | 2D |
| Octal | 146 | 146 | 176 | 23 | 23 | 0 | 63 | 360 | 13 | 55 |
| Binary | 1100110 | 1100110 | 1111110 | 10011 | 10011 | 0 | 110011 | 11110000 | 1011 | 101101 |
Color Harmonies of #66667E
Complementary color
Monochromatic Colors of #66667E
Black with #66667E
Text Example
Text Example
White with #66667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66667E; }
p { color: rgb(102,102,126); }
H1.HeaderClassName
{
color: #66667E;
}
.AnyTagClassName
{
color: #66667E;
}
</style>
background-color css
<style>
a { background-color: #66667E; }
a { background-color: rgb(102,102,126); }
div.DivClassName
{
background-color: #66667E;
}
.BgClassName
{
background-color: #66667E;
}
</style>
border-color css
<style>
span { border-color: #66667E; }
span { border-color: rgb(102,102,126); }
td.TdClassName
{
border-color: #66667E;
}
.TagClassName
{
border-color: #66667E;
}
</style>