Shades of Comet #626882
Tints of Comet #626882
RGB
CMYK
RGB Variations
Color information
#626882 (or 0x626882) is known color: Comet. HEX triplet: 62, 68 and 82. RGB value is (98,104,130). Sum of RGB (Red+Green+Blue) = 98+104+130=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 130 - color contains mainly: blue. Hex color #626882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626882 is #9D977D. Grayscale: #696969. Windows color (decimal): -10327934 or 8546402. OLE color: 8546402.
HSL color Cylindrical-coordinate representation of color #626882: hue angle of 228.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #626882 is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 104 | 130 | - |
| CMYK | 0.25 | 0.2 | 0 | 0.49 |
| HSL | 228.75º | 0.14% | 0.45% | - |
| HSV(B) | 228.75º | 0.25% | 0.51% | - |
| XYZ | 14.02 | 14.11 | 23.1 | - |
| YUV | 105.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 130 | 0.25 | 0.2 | 0 | 0.49 | 228.75 | 0.14 | 0.45 |
| Hex | 62 | 68 | 82 | 19 | 14 | 0 | 31 | E5 | E | 2D |
| Octal | 142 | 150 | 202 | 31 | 24 | 0 | 61 | 345 | 16 | 55 |
| Binary | 1100010 | 1101000 | 10000010 | 11001 | 10100 | 0 | 110001 | 11100101 | 1110 | 101101 |
Color Harmonies of #626882
Complementary color
Monochromatic Colors of #626882
Black with #626882
Text Example
Text Example
White with #626882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626882; }
p { color: rgb(98,104,130); }
H1.HeaderClassName
{
color: #626882;
}
.AnyTagClassName
{
color: #626882;
}
</style>
background-color css
<style>
a { background-color: #626882; }
a { background-color: rgb(98,104,130); }
div.DivClassName
{
background-color: #626882;
}
.BgClassName
{
background-color: #626882;
}
</style>
border-color css
<style>
span { border-color: #626882; }
span { border-color: rgb(98,104,130); }
td.TdClassName
{
border-color: #626882;
}
.TagClassName
{
border-color: #626882;
}
</style>