Shades of Comet #61648B
Tints of Comet #61648B
RGB
CMYK
RGB Variations
Color information
#61648B (or 0x61648B) is known color: Comet. HEX triplet: 61, 64 and 8B. RGB value is (97,100,139). Sum of RGB (Red+Green+Blue) = 97+100+139=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #61648B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61648B is #9E9B74. Grayscale: #676767. Windows color (decimal): -10394485 or 9135201. OLE color: 9135201.
HSL color Cylindrical-coordinate representation of color #61648B: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61648B is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 100 | 139 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.45 |
| HSL | 235.71º | 0.18% | 0.46% | - |
| HSV(B) | 235.71º | 0.3% | 0.55% | - |
| XYZ | 14.15 | 13.52 | 26.29 | - |
| YUV | 103.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 139 | 0.30 | 0.28 | 0 | 0.45 | 235.71 | 0.18 | 0.46 |
| Hex | 61 | 64 | 8B | 1E | 1C | 0 | 2D | EC | 12 | 2E |
| Octal | 141 | 144 | 213 | 36 | 34 | 0 | 55 | 354 | 22 | 56 |
| Binary | 1100001 | 1100100 | 10001011 | 11110 | 11100 | 0 | 101101 | 11101100 | 10010 | 101110 |
Color Harmonies of #61648B
Complementary color
Monochromatic Colors of #61648B
Black with #61648B
Text Example
Text Example
White with #61648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61648B; }
p { color: rgb(97,100,139); }
H1.HeaderClassName
{
color: #61648B;
}
.AnyTagClassName
{
color: #61648B;
}
</style>
background-color css
<style>
a { background-color: #61648B; }
a { background-color: rgb(97,100,139); }
div.DivClassName
{
background-color: #61648B;
}
.BgClassName
{
background-color: #61648B;
}
</style>
border-color css
<style>
span { border-color: #61648B; }
span { border-color: rgb(97,100,139); }
td.TdClassName
{
border-color: #61648B;
}
.TagClassName
{
border-color: #61648B;
}
</style>