Shades of Comet #666883
Tints of Comet #666883
RGB
CMYK
RGB Variations
Color information
#666883 (or 0x666883) is known color: Comet. HEX triplet: 66, 68 and 83. RGB value is (102,104,131). Sum of RGB (Red+Green+Blue) = 102+104+131=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 131 - color contains mainly: blue. Hex color #666883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666883 is #99977C. Grayscale: #6A6A6A. Windows color (decimal): -10065789 or 8611942. OLE color: 8611942.
HSL color Cylindrical-coordinate representation of color #666883: hue angle of 235.86º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #666883 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 104 | 131 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.49 |
| HSL | 235.86º | 0.12% | 0.46% | - |
| HSV(B) | 235.86º | 0.22% | 0.51% | - |
| XYZ | 14.53 | 14.36 | 23.48 | - |
| YUV | 106.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 131 | 0.22 | 0.21 | 0 | 0.49 | 235.86 | 0.12 | 0.46 |
| Hex | 66 | 68 | 83 | 16 | 15 | 0 | 31 | EC | C | 2E |
| Octal | 146 | 150 | 203 | 26 | 25 | 0 | 61 | 354 | 14 | 56 |
| Binary | 1100110 | 1101000 | 10000011 | 10110 | 10101 | 0 | 110001 | 11101100 | 1100 | 101110 |
Color Harmonies of #666883
Complementary color
Monochromatic Colors of #666883
Black with #666883
Text Example
Text Example
White with #666883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666883; }
p { color: rgb(102,104,131); }
H1.HeaderClassName
{
color: #666883;
}
.AnyTagClassName
{
color: #666883;
}
</style>
background-color css
<style>
a { background-color: #666883; }
a { background-color: rgb(102,104,131); }
div.DivClassName
{
background-color: #666883;
}
.BgClassName
{
background-color: #666883;
}
</style>
border-color css
<style>
span { border-color: #666883; }
span { border-color: rgb(102,104,131); }
td.TdClassName
{
border-color: #666883;
}
.TagClassName
{
border-color: #666883;
}
</style>