Shades of Comet #616385
Tints of Comet #616385
RGB
CMYK
RGB Variations
Color information
#616385 (or 0x616385) is known color: Comet. HEX triplet: 61, 63 and 85. RGB value is (97,99,133). Sum of RGB (Red+Green+Blue) = 97+99+133=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #616385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616385 is #9E9C7A. Grayscale: #666666. Windows color (decimal): -10394747 or 8741729. OLE color: 8741729.
HSL color Cylindrical-coordinate representation of color #616385: hue angle of 236.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616385 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 99 | 133 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.48 |
| HSL | 236.67º | 0.16% | 0.45% | - |
| HSV(B) | 236.67º | 0.27% | 0.52% | - |
| XYZ | 13.63 | 13.16 | 24.01 | - |
| YUV | 102.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 133 | 0.27 | 0.26 | 0 | 0.48 | 236.67 | 0.16 | 0.45 |
| Hex | 61 | 63 | 85 | 1B | 1A | 0 | 30 | ED | 10 | 2D |
| Octal | 141 | 143 | 205 | 33 | 32 | 0 | 60 | 355 | 20 | 55 |
| Binary | 1100001 | 1100011 | 10000101 | 11011 | 11010 | 0 | 110000 | 11101101 | 10000 | 101101 |
Color Harmonies of #616385
Complementary color
Monochromatic Colors of #616385
Black with #616385
Text Example
Text Example
White with #616385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616385; }
p { color: rgb(97,99,133); }
H1.HeaderClassName
{
color: #616385;
}
.AnyTagClassName
{
color: #616385;
}
</style>
background-color css
<style>
a { background-color: #616385; }
a { background-color: rgb(97,99,133); }
div.DivClassName
{
background-color: #616385;
}
.BgClassName
{
background-color: #616385;
}
</style>
border-color css
<style>
span { border-color: #616385; }
span { border-color: rgb(97,99,133); }
td.TdClassName
{
border-color: #616385;
}
.TagClassName
{
border-color: #616385;
}
</style>