Shades of Comet #66657D
Tints of Comet #66657D
RGB
CMYK
RGB Variations
Color information
#66657D (or 0x66657D) is known color: Comet. HEX triplet: 66, 65 and 7D. RGB value is (102,101,125). Sum of RGB (Red+Green+Blue) = 102+101+125=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #66657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66657D is #999A82. Grayscale: #676767. Windows color (decimal): -10066563 or 8217958. OLE color: 8217958.
HSL color Cylindrical-coordinate representation of color #66657D: hue angle of 242.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66657D is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 101 | 125 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.51 |
| HSL | 242.5º | 0.11% | 0.44% | - |
| HSV(B) | 242.5º | 0.19% | 0.49% | - |
| XYZ | 13.83 | 13.61 | 21.3 | - |
| YUV | 104.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 125 | 0.18 | 0.19 | 0 | 0.51 | 242.5 | 0.11 | 0.44 |
| Hex | 66 | 65 | 7D | 12 | 13 | 0 | 33 | F2 | B | 2C |
| Octal | 146 | 145 | 175 | 22 | 23 | 0 | 63 | 362 | 13 | 54 |
| Binary | 1100110 | 1100101 | 1111101 | 10010 | 10011 | 0 | 110011 | 11110010 | 1011 | 101100 |
Color Harmonies of #66657D
Complementary color
Monochromatic Colors of #66657D
Black with #66657D
Text Example
Text Example
White with #66657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66657D; }
p { color: rgb(102,101,125); }
H1.HeaderClassName
{
color: #66657D;
}
.AnyTagClassName
{
color: #66657D;
}
</style>
background-color css
<style>
a { background-color: #66657D; }
a { background-color: rgb(102,101,125); }
div.DivClassName
{
background-color: #66657D;
}
.BgClassName
{
background-color: #66657D;
}
</style>
border-color css
<style>
span { border-color: #66657D; }
span { border-color: rgb(102,101,125); }
td.TdClassName
{
border-color: #66657D;
}
.TagClassName
{
border-color: #66657D;
}
</style>