Shades of Comet #626586
Tints of Comet #626586
RGB
CMYK
RGB Variations
Color information
#626586 (or 0x626586) is known color: Comet. HEX triplet: 62, 65 and 86. RGB value is (98,101,134). Sum of RGB (Red+Green+Blue) = 98+101+134=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #626586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626586 is #9D9A79. Grayscale: #676767. Windows color (decimal): -10328698 or 8807778. OLE color: 8807778.
HSL color Cylindrical-coordinate representation of color #626586: hue angle of 235º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626586 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 101 | 134 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.47 |
| HSL | 235º | 0.16% | 0.45% | - |
| HSV(B) | 235º | 0.27% | 0.53% | - |
| XYZ | 13.99 | 13.63 | 24.45 | - |
| YUV | 103.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 134 | 0.27 | 0.25 | 0 | 0.47 | 235 | 0.16 | 0.45 |
| Hex | 62 | 65 | 86 | 1B | 19 | 0 | 2F | EB | 10 | 2D |
| Octal | 142 | 145 | 206 | 33 | 31 | 0 | 57 | 353 | 20 | 55 |
| Binary | 1100010 | 1100101 | 10000110 | 11011 | 11001 | 0 | 101111 | 11101011 | 10000 | 101101 |
Color Harmonies of #626586
Complementary color
Monochromatic Colors of #626586
Black with #626586
Text Example
Text Example
White with #626586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626586; }
p { color: rgb(98,101,134); }
H1.HeaderClassName
{
color: #626586;
}
.AnyTagClassName
{
color: #626586;
}
</style>
background-color css
<style>
a { background-color: #626586; }
a { background-color: rgb(98,101,134); }
div.DivClassName
{
background-color: #626586;
}
.BgClassName
{
background-color: #626586;
}
</style>
border-color css
<style>
span { border-color: #626586; }
span { border-color: rgb(98,101,134); }
td.TdClassName
{
border-color: #626586;
}
.TagClassName
{
border-color: #626586;
}
</style>