Shades of Comet #626585
Tints of Comet #626585
RGB
CMYK
RGB Variations
Color information
#626585 (or 0x626585) is known color: Comet. HEX triplet: 62, 65 and 85. RGB value is (98,101,133). Sum of RGB (Red+Green+Blue) = 98+101+133=332 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.52% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #626585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626585 is #9D9A7A. Grayscale: #676767. Windows color (decimal): -10328699 or 8742242. OLE color: 8742242.
HSL color Cylindrical-coordinate representation of color #626585: hue angle of 234.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626585 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 101 | 133 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.48 |
| HSL | 234.86º | 0.15% | 0.45% | - |
| HSV(B) | 234.86º | 0.26% | 0.52% | - |
| XYZ | 13.92 | 13.6 | 24.08 | - |
| YUV | 103.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 133 | 0.26 | 0.24 | 0 | 0.48 | 234.86 | 0.15 | 0.45 |
| Hex | 62 | 65 | 85 | 1A | 18 | 0 | 30 | EB | F | 2D |
| Octal | 142 | 145 | 205 | 32 | 30 | 0 | 60 | 353 | 17 | 55 |
| Binary | 1100010 | 1100101 | 10000101 | 11010 | 11000 | 0 | 110000 | 11101011 | 1111 | 101101 |
Color Harmonies of #626585
Complementary color
Monochromatic Colors of #626585
Black with #626585
Text Example
Text Example
White with #626585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626585; }
p { color: rgb(98,101,133); }
H1.HeaderClassName
{
color: #626585;
}
.AnyTagClassName
{
color: #626585;
}
</style>
background-color css
<style>
a { background-color: #626585; }
a { background-color: rgb(98,101,133); }
div.DivClassName
{
background-color: #626585;
}
.BgClassName
{
background-color: #626585;
}
</style>
border-color css
<style>
span { border-color: #626585; }
span { border-color: rgb(98,101,133); }
td.TdClassName
{
border-color: #626585;
}
.TagClassName
{
border-color: #626585;
}
</style>