Shades of Comet #606082
Tints of Comet #606082
RGB
CMYK
RGB Variations
Color information
#606082 (or 0x606082) is known color: Comet. HEX triplet: 60, 60 and 82. RGB value is (96,96,130). Sum of RGB (Red+Green+Blue) = 96+96+130=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 130 (51.17% from 255 or 40.37% from 322); Max value from RGB is 130 - color contains mainly: blue. Hex color #606082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606082 is #9F9F7D. Grayscale: #636363. Windows color (decimal): -10461054 or 8544352. OLE color: 8544352.
HSL color Cylindrical-coordinate representation of color #606082: hue angle of 240º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #606082 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 96 | 130 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.49 |
| HSL | 240º | 0.15% | 0.44% | - |
| HSV(B) | 240º | 0.26% | 0.51% | - |
| XYZ | 13.04 | 12.46 | 22.84 | - |
| YUV | 99.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 130 | 0.26 | 0.26 | 0 | 0.49 | 240 | 0.15 | 0.44 |
| Hex | 60 | 60 | 82 | 1A | 1A | 0 | 31 | F0 | F | 2C |
| Octal | 140 | 140 | 202 | 32 | 32 | 0 | 61 | 360 | 17 | 54 |
| Binary | 1100000 | 1100000 | 10000010 | 11010 | 11010 | 0 | 110001 | 11110000 | 1111 | 101100 |
Color Harmonies of #606082
Complementary color
Monochromatic Colors of #606082
Black with #606082
Text Example
Text Example
White with #606082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606082; }
p { color: rgb(96,96,130); }
H1.HeaderClassName
{
color: #606082;
}
.AnyTagClassName
{
color: #606082;
}
</style>
background-color css
<style>
a { background-color: #606082; }
a { background-color: rgb(96,96,130); }
div.DivClassName
{
background-color: #606082;
}
.BgClassName
{
background-color: #606082;
}
</style>
border-color css
<style>
span { border-color: #606082; }
span { border-color: rgb(96,96,130); }
td.TdClassName
{
border-color: #606082;
}
.TagClassName
{
border-color: #606082;
}
</style>