Shades of Comet #626283
Tints of Comet #626283
RGB
CMYK
RGB Variations
Color information
#626283 (or 0x626283) is known color: Comet. HEX triplet: 62, 62 and 83. RGB value is (98,98,131). Sum of RGB (Red+Green+Blue) = 98+98+131=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #626283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626283 is #9D9D7C. Grayscale: #656565. Windows color (decimal): -10329469 or 8610402. OLE color: 8610402.
HSL color Cylindrical-coordinate representation of color #626283: hue angle of 240º 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 #626283 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 98 | 131 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.49 |
| HSL | 240º | 0.14% | 0.45% | - |
| HSV(B) | 240º | 0.25% | 0.51% | - |
| XYZ | 13.5 | 12.97 | 23.26 | - |
| YUV | 101.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 131 | 0.25 | 0.25 | 0 | 0.49 | 240 | 0.14 | 0.45 |
| Hex | 62 | 62 | 83 | 19 | 19 | 0 | 31 | F0 | E | 2D |
| Octal | 142 | 142 | 203 | 31 | 31 | 0 | 61 | 360 | 16 | 55 |
| Binary | 1100010 | 1100010 | 10000011 | 11001 | 11001 | 0 | 110001 | 11110000 | 1110 | 101101 |
Color Harmonies of #626283
Complementary color
Monochromatic Colors of #626283
Black with #626283
Text Example
Text Example
White with #626283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626283; }
p { color: rgb(98,98,131); }
H1.HeaderClassName
{
color: #626283;
}
.AnyTagClassName
{
color: #626283;
}
</style>
background-color css
<style>
a { background-color: #626283; }
a { background-color: rgb(98,98,131); }
div.DivClassName
{
background-color: #626283;
}
.BgClassName
{
background-color: #626283;
}
</style>
border-color css
<style>
span { border-color: #626283; }
span { border-color: rgb(98,98,131); }
td.TdClassName
{
border-color: #626283;
}
.TagClassName
{
border-color: #626283;
}
</style>