Shades of Comet #626084
Tints of Comet #626084
RGB
CMYK
RGB Variations
Color information
#626084 (or 0x626084) is known color: Comet. HEX triplet: 62, 60 and 84. RGB value is (98,96,132). Sum of RGB (Red+Green+Blue) = 98+96+132=326 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.06% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #626084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626084 is #9D9F7B. Grayscale: #646464. Windows color (decimal): -10329980 or 8675426. OLE color: 8675426.
HSL color Cylindrical-coordinate representation of color #626084: hue angle of 243.33º 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 #626084 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 96 | 132 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.48 |
| HSL | 243.33º | 0.16% | 0.45% | - |
| HSV(B) | 243.33º | 0.27% | 0.52% | - |
| XYZ | 13.38 | 12.63 | 23.56 | - |
| YUV | 100.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 132 | 0.26 | 0.27 | 0 | 0.48 | 243.33 | 0.16 | 0.45 |
| Hex | 62 | 60 | 84 | 1A | 1B | 0 | 30 | F3 | 10 | 2D |
| Octal | 142 | 140 | 204 | 32 | 33 | 0 | 60 | 363 | 20 | 55 |
| Binary | 1100010 | 1100000 | 10000100 | 11010 | 11011 | 0 | 110000 | 11110011 | 10000 | 101101 |
Color Harmonies of #626084
Complementary color
Monochromatic Colors of #626084
Black with #626084
Text Example
Text Example
White with #626084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626084; }
p { color: rgb(98,96,132); }
H1.HeaderClassName
{
color: #626084;
}
.AnyTagClassName
{
color: #626084;
}
</style>
background-color css
<style>
a { background-color: #626084; }
a { background-color: rgb(98,96,132); }
div.DivClassName
{
background-color: #626084;
}
.BgClassName
{
background-color: #626084;
}
</style>
border-color css
<style>
span { border-color: #626084; }
span { border-color: rgb(98,96,132); }
td.TdClassName
{
border-color: #626084;
}
.TagClassName
{
border-color: #626084;
}
</style>