Shades of Comet #626580
Tints of Comet #626580
RGB
CMYK
RGB Variations
Color information
#626580 (or 0x626580) is known color: Comet. HEX triplet: 62, 65 and 80. RGB value is (98,101,128). Sum of RGB (Red+Green+Blue) = 98+101+128=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #626580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626580 is #9D9A7F. Grayscale: #676767. Windows color (decimal): -10328704 or 8414562. OLE color: 8414562.
HSL color Cylindrical-coordinate representation of color #626580: hue angle of 234º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #626580 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 101 | 128 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.50 |
| HSL | 234º | 0.13% | 0.44% | - |
| HSV(B) | 234º | 0.23% | 0.5% | - |
| XYZ | 13.59 | 13.46 | 22.3 | - |
| YUV | 103.18 | 142.01 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 128 | 0.23 | 0.21 | 0 | 0.50 | 234 | 0.13 | 0.44 |
| Hex | 62 | 65 | 80 | 17 | 15 | 0 | 32 | EA | D | 2C |
| Octal | 142 | 145 | 200 | 27 | 25 | 0 | 62 | 352 | 15 | 54 |
| Binary | 1100010 | 1100101 | 10000000 | 10111 | 10101 | 0 | 110010 | 11101010 | 1101 | 101100 |
Color Harmonies of #626580
Complementary color
Monochromatic Colors of #626580
Black with #626580
Text Example
Text Example
White with #626580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626580; }
p { color: rgb(98,101,128); }
H1.HeaderClassName
{
color: #626580;
}
.AnyTagClassName
{
color: #626580;
}
</style>
background-color css
<style>
a { background-color: #626580; }
a { background-color: rgb(98,101,128); }
div.DivClassName
{
background-color: #626580;
}
.BgClassName
{
background-color: #626580;
}
</style>
border-color css
<style>
span { border-color: #626580; }
span { border-color: rgb(98,101,128); }
td.TdClassName
{
border-color: #626580;
}
.TagClassName
{
border-color: #626580;
}
</style>