Shades of Comet #666A83
Tints of Comet #666A83
RGB
CMYK
RGB Variations
Color information
#666A83 (or 0x666A83) is known color: Comet. HEX triplet: 66, 6A and 83. RGB value is (102,106,131). Sum of RGB (Red+Green+Blue) = 102+106+131=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 131 - color contains mainly: blue. Hex color #666A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666A83 is #99957C. Grayscale: #6B6B6B. Windows color (decimal): -10065277 or 8612454. OLE color: 8612454.
HSL color Cylindrical-coordinate representation of color #666A83: hue angle of 231.72º 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 #666A83 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 106 | 131 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.49 |
| HSL | 231.72º | 0.12% | 0.46% | - |
| HSV(B) | 231.72º | 0.22% | 0.51% | - |
| XYZ | 14.73 | 14.77 | 23.55 | - |
| YUV | 107.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 131 | 0.22 | 0.19 | 0 | 0.49 | 231.72 | 0.12 | 0.46 |
| Hex | 66 | 6A | 83 | 16 | 13 | 0 | 31 | E8 | C | 2E |
| Octal | 146 | 152 | 203 | 26 | 23 | 0 | 61 | 350 | 14 | 56 |
| Binary | 1100110 | 1101010 | 10000011 | 10110 | 10011 | 0 | 110001 | 11101000 | 1100 | 101110 |
Color Harmonies of #666A83
Complementary color
Monochromatic Colors of #666A83
Black with #666A83
Text Example
Text Example
White with #666A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A83; }
p { color: rgb(102,106,131); }
H1.HeaderClassName
{
color: #666A83;
}
.AnyTagClassName
{
color: #666A83;
}
</style>
background-color css
<style>
a { background-color: #666A83; }
a { background-color: rgb(102,106,131); }
div.DivClassName
{
background-color: #666A83;
}
.BgClassName
{
background-color: #666A83;
}
</style>
border-color css
<style>
span { border-color: #666A83; }
span { border-color: rgb(102,106,131); }
td.TdClassName
{
border-color: #666A83;
}
.TagClassName
{
border-color: #666A83;
}
</style>