Shades of Comet #616283
Tints of Comet #616283
RGB
CMYK
RGB Variations
Color information
#616283 (or 0x616283) is known color: Comet. HEX triplet: 61, 62 and 83. RGB value is (97,98,131). Sum of RGB (Red+Green+Blue) = 97+98+131=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #616283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616283 is #9E9D7C. Grayscale: #656565. Windows color (decimal): -10395005 or 8610401. OLE color: 8610401.
HSL color Cylindrical-coordinate representation of color #616283: hue angle of 238.24º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616283 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 98 | 131 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.49 |
| HSL | 238.24º | 0.15% | 0.45% | - |
| HSV(B) | 238.24º | 0.26% | 0.51% | - |
| XYZ | 13.39 | 12.92 | 23.26 | - |
| YUV | 101.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 131 | 0.26 | 0.25 | 0 | 0.49 | 238.24 | 0.15 | 0.45 |
| Hex | 61 | 62 | 83 | 1A | 19 | 0 | 31 | EE | F | 2D |
| Octal | 141 | 142 | 203 | 32 | 31 | 0 | 61 | 356 | 17 | 55 |
| Binary | 1100001 | 1100010 | 10000011 | 11010 | 11001 | 0 | 110001 | 11101110 | 1111 | 101101 |
Color Harmonies of #616283
Complementary color
Monochromatic Colors of #616283
Black with #616283
Text Example
Text Example
White with #616283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616283; }
p { color: rgb(97,98,131); }
H1.HeaderClassName
{
color: #616283;
}
.AnyTagClassName
{
color: #616283;
}
</style>
background-color css
<style>
a { background-color: #616283; }
a { background-color: rgb(97,98,131); }
div.DivClassName
{
background-color: #616283;
}
.BgClassName
{
background-color: #616283;
}
</style>
border-color css
<style>
span { border-color: #616283; }
span { border-color: rgb(97,98,131); }
td.TdClassName
{
border-color: #616283;
}
.TagClassName
{
border-color: #616283;
}
</style>