Shades of Comet #666785
Tints of Comet #666785
RGB
CMYK
RGB Variations
Color information
#666785 (or 0x666785) is known color: Comet. HEX triplet: 66, 67 and 85. RGB value is (102,103,133). Sum of RGB (Red+Green+Blue) = 102+103+133=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 133 - color contains mainly: blue. Hex color #666785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666785 is #99987A. Grayscale: #696969. Windows color (decimal): -10066043 or 8742758. OLE color: 8742758.
HSL color Cylindrical-coordinate representation of color #666785: hue angle of 238.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #666785 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 103 | 133 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.48 |
| HSL | 238.06º | 0.13% | 0.46% | - |
| HSV(B) | 238.06º | 0.23% | 0.52% | - |
| XYZ | 14.56 | 14.22 | 24.17 | - |
| YUV | 106.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 103 | 133 | 0.23 | 0.23 | 0 | 0.48 | 238.06 | 0.13 | 0.46 |
| Hex | 66 | 67 | 85 | 17 | 17 | 0 | 30 | EE | D | 2E |
| Octal | 146 | 147 | 205 | 27 | 27 | 0 | 60 | 356 | 15 | 56 |
| Binary | 1100110 | 1100111 | 10000101 | 10111 | 10111 | 0 | 110000 | 11101110 | 1101 | 101110 |
Color Harmonies of #666785
Complementary color
Monochromatic Colors of #666785
Black with #666785
Text Example
Text Example
White with #666785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666785; }
p { color: rgb(102,103,133); }
H1.HeaderClassName
{
color: #666785;
}
.AnyTagClassName
{
color: #666785;
}
</style>
background-color css
<style>
a { background-color: #666785; }
a { background-color: rgb(102,103,133); }
div.DivClassName
{
background-color: #666785;
}
.BgClassName
{
background-color: #666785;
}
</style>
border-color css
<style>
span { border-color: #666785; }
span { border-color: rgb(102,103,133); }
td.TdClassName
{
border-color: #666785;
}
.TagClassName
{
border-color: #666785;
}
</style>