Shades of Comet #626289
Tints of Comet #626289
RGB
CMYK
RGB Variations
Color information
#626289 (or 0x626289) is known color: Comet. HEX triplet: 62, 62 and 89. RGB value is (98,98,137). Sum of RGB (Red+Green+Blue) = 98+98+137=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #626289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626289 is #9D9D76. Grayscale: #666666. Windows color (decimal): -10329463 or 9003618. OLE color: 9003618.
HSL color Cylindrical-coordinate representation of color #626289: hue angle of 240º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #626289 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 98 | 137 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.46 |
| HSL | 240º | 0.17% | 0.46% | - |
| HSV(B) | 240º | 0.28% | 0.54% | - |
| XYZ | 13.92 | 13.14 | 25.47 | - |
| YUV | 102.45 | 147.5 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 137 | 0.28 | 0.28 | 0 | 0.46 | 240 | 0.17 | 0.46 |
| Hex | 62 | 62 | 89 | 1C | 1C | 0 | 2E | F0 | 11 | 2E |
| Octal | 142 | 142 | 211 | 34 | 34 | 0 | 56 | 360 | 21 | 56 |
| Binary | 1100010 | 1100010 | 10001001 | 11100 | 11100 | 0 | 101110 | 11110000 | 10001 | 101110 |
Color Harmonies of #626289
Complementary color
Monochromatic Colors of #626289
Black with #626289
Text Example
Text Example
White with #626289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626289; }
p { color: rgb(98,98,137); }
H1.HeaderClassName
{
color: #626289;
}
.AnyTagClassName
{
color: #626289;
}
</style>
background-color css
<style>
a { background-color: #626289; }
a { background-color: rgb(98,98,137); }
div.DivClassName
{
background-color: #626289;
}
.BgClassName
{
background-color: #626289;
}
</style>
border-color css
<style>
span { border-color: #626289; }
span { border-color: rgb(98,98,137); }
td.TdClassName
{
border-color: #626289;
}
.TagClassName
{
border-color: #626289;
}
</style>