Shades of Comet #666675
Tints of Comet #666675
RGB
CMYK
RGB Variations
Color information
#666675 (or 0x666675) is known color: Comet. HEX triplet: 66, 66 and 75. RGB value is (102,102,117). Sum of RGB (Red+Green+Blue) = 102+102+117=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #666675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666675 is #99998A. Grayscale: #676767. Windows color (decimal): -10066315 or 7693926. OLE color: 7693926.
HSL color Cylindrical-coordinate representation of color #666675: hue angle of 240º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #666675 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 102 | 117 | - |
| CMYK | 0.13 | 0.13 | 0 | 0.54 |
| HSL | 240º | 0.07% | 0.43% | - |
| HSV(B) | 240º | 0.13% | 0.46% | - |
| XYZ | 13.44 | 13.61 | 18.75 | - |
| YUV | 103.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 117 | 0.13 | 0.13 | 0 | 0.54 | 240 | 0.07 | 0.43 |
| Hex | 66 | 66 | 75 | D | D | 0 | 36 | F0 | 7 | 2B |
| Octal | 146 | 146 | 165 | 15 | 15 | 0 | 66 | 360 | 7 | 53 |
| Binary | 1100110 | 1100110 | 1110101 | 1101 | 1101 | 0 | 110110 | 11110000 | 111 | 101011 |
Color Harmonies of #666675
Complementary color
Monochromatic Colors of #666675
Black with #666675
Text Example
Text Example
White with #666675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666675; }
p { color: rgb(102,102,117); }
H1.HeaderClassName
{
color: #666675;
}
.AnyTagClassName
{
color: #666675;
}
</style>
background-color css
<style>
a { background-color: #666675; }
a { background-color: rgb(102,102,117); }
div.DivClassName
{
background-color: #666675;
}
.BgClassName
{
background-color: #666675;
}
</style>
border-color css
<style>
span { border-color: #666675; }
span { border-color: rgb(102,102,117); }
td.TdClassName
{
border-color: #666675;
}
.TagClassName
{
border-color: #666675;
}
</style>