Shades of Comet #616382
Tints of Comet #616382
RGB
CMYK
RGB Variations
Color information
#616382 (or 0x616382) is known color: Comet. HEX triplet: 61, 63 and 82. RGB value is (97,99,130). Sum of RGB (Red+Green+Blue) = 97+99+130=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 130 - color contains mainly: blue. Hex color #616382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616382 is #9E9C7D. Grayscale: #656565. Windows color (decimal): -10394750 or 8545121. OLE color: 8545121.
HSL color Cylindrical-coordinate representation of color #616382: hue angle of 236.36º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616382 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 99 | 130 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.49 |
| HSL | 236.36º | 0.15% | 0.45% | - |
| HSV(B) | 236.36º | 0.25% | 0.51% | - |
| XYZ | 13.42 | 13.08 | 22.94 | - |
| YUV | 101.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 130 | 0.25 | 0.24 | 0 | 0.49 | 236.36 | 0.15 | 0.45 |
| Hex | 61 | 63 | 82 | 19 | 18 | 0 | 31 | EC | F | 2D |
| Octal | 141 | 143 | 202 | 31 | 30 | 0 | 61 | 354 | 17 | 55 |
| Binary | 1100001 | 1100011 | 10000010 | 11001 | 11000 | 0 | 110001 | 11101100 | 1111 | 101101 |
Color Harmonies of #616382
Complementary color
Monochromatic Colors of #616382
Black with #616382
Text Example
Text Example
White with #616382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616382; }
p { color: rgb(97,99,130); }
H1.HeaderClassName
{
color: #616382;
}
.AnyTagClassName
{
color: #616382;
}
</style>
background-color css
<style>
a { background-color: #616382; }
a { background-color: rgb(97,99,130); }
div.DivClassName
{
background-color: #616382;
}
.BgClassName
{
background-color: #616382;
}
</style>
border-color css
<style>
span { border-color: #616382; }
span { border-color: rgb(97,99,130); }
td.TdClassName
{
border-color: #616382;
}
.TagClassName
{
border-color: #616382;
}
</style>