Shades of Comet #60618A
Tints of Comet #60618A
RGB
CMYK
RGB Variations
Color information
#60618A (or 0x60618A) is known color: Comet. HEX triplet: 60, 61 and 8A. RGB value is (96,97,138). Sum of RGB (Red+Green+Blue) = 96+97+138=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #60618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60618A is #9F9E75. Grayscale: #656565. Windows color (decimal): -10460790 or 9068896. OLE color: 9068896.
HSL color Cylindrical-coordinate representation of color #60618A: hue angle of 238.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60618A is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 97 | 138 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.46 |
| HSL | 238.57º | 0.18% | 0.46% | - |
| HSV(B) | 238.57º | 0.3% | 0.54% | - |
| XYZ | 13.69 | 12.87 | 25.81 | - |
| YUV | 101.38 | 148.67 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 97 | 138 | 0.30 | 0.30 | 0 | 0.46 | 238.57 | 0.18 | 0.46 |
| Hex | 60 | 61 | 8A | 1E | 1E | 0 | 2E | EF | 12 | 2E |
| Octal | 140 | 141 | 212 | 36 | 36 | 0 | 56 | 357 | 22 | 56 |
| Binary | 1100000 | 1100001 | 10001010 | 11110 | 11110 | 0 | 101110 | 11101111 | 10010 | 101110 |
Color Harmonies of #60618A
Complementary color
Monochromatic Colors of #60618A
Black with #60618A
Text Example
Text Example
White with #60618A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60618A; }
p { color: rgb(96,97,138); }
H1.HeaderClassName
{
color: #60618A;
}
.AnyTagClassName
{
color: #60618A;
}
</style>
background-color css
<style>
a { background-color: #60618A; }
a { background-color: rgb(96,97,138); }
div.DivClassName
{
background-color: #60618A;
}
.BgClassName
{
background-color: #60618A;
}
</style>
border-color css
<style>
span { border-color: #60618A; }
span { border-color: rgb(96,97,138); }
td.TdClassName
{
border-color: #60618A;
}
.TagClassName
{
border-color: #60618A;
}
</style>