Shades of Comet #616277
Tints of Comet #616277
RGB
CMYK
RGB Variations
Color information
#616277 (or 0x616277) is known color: Comet. HEX triplet: 61, 62 and 77. RGB value is (97,98,119). Sum of RGB (Red+Green+Blue) = 97+98+119=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #616277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616277 is #9E9D88. Grayscale: #646464. Windows color (decimal): -10395017 or 7823969. OLE color: 7823969.
HSL color Cylindrical-coordinate representation of color #616277: hue angle of 237.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616277 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 98 | 119 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.53 |
| HSL | 237.27º | 0.1% | 0.42% | - |
| HSV(B) | 237.27º | 0.18% | 0.47% | - |
| XYZ | 12.63 | 12.61 | 19.22 | - |
| YUV | 100.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 119 | 0.18 | 0.18 | 0 | 0.53 | 237.27 | 0.1 | 0.42 |
| Hex | 61 | 62 | 77 | 12 | 12 | 0 | 35 | ED | A | 2A |
| Octal | 141 | 142 | 167 | 22 | 22 | 0 | 65 | 355 | 12 | 52 |
| Binary | 1100001 | 1100010 | 1110111 | 10010 | 10010 | 0 | 110101 | 11101101 | 1010 | 101010 |
Color Harmonies of #616277
Complementary color
Monochromatic Colors of #616277
Black with #616277
Text Example
Text Example
White with #616277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616277; }
p { color: rgb(97,98,119); }
H1.HeaderClassName
{
color: #616277;
}
.AnyTagClassName
{
color: #616277;
}
</style>
background-color css
<style>
a { background-color: #616277; }
a { background-color: rgb(97,98,119); }
div.DivClassName
{
background-color: #616277;
}
.BgClassName
{
background-color: #616277;
}
</style>
border-color css
<style>
span { border-color: #616277; }
span { border-color: rgb(97,98,119); }
td.TdClassName
{
border-color: #616277;
}
.TagClassName
{
border-color: #616277;
}
</style>