Shades of Slate Blue #626EDC
Tints of Slate Blue #626EDC
RGB
CMYK
RGB Variations
Color information
#626EDC (or 0x626EDC) is known color: Slate Blue. HEX triplet: 62, 6E and DC. RGB value is (98,110,220). Sum of RGB (Red+Green+Blue) = 98+110+220=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #626EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #626EDC is #9D9123. Grayscale: #767676. Windows color (decimal): -10326308 or 14446178. OLE color: 14446178.
HSL color Cylindrical-coordinate representation of color #626EDC: hue angle of 234.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #626EDC is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 110 | 220 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.14 |
| HSL | 234.1º | 0.64% | 0.62% | - |
| HSV(B) | 234.1º | 0.55% | 0.86% | - |
| XYZ | 23.53 | 18.92 | 70.12 | - |
| YUV | 118.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 220 | 0.55 | 0.50 | 0 | 0.14 | 234.1 | 0.64 | 0.62 |
| Hex | 62 | 6E | DC | 37 | 32 | 0 | E | EA | 40 | 3E |
| Octal | 142 | 156 | 334 | 67 | 62 | 0 | 16 | 352 | 100 | 76 |
| Binary | 1100010 | 1101110 | 11011100 | 110111 | 110010 | 0 | 1110 | 11101010 | 1000000 | 111110 |
Color Harmonies of #626EDC
Complementary color
Monochromatic Colors of #626EDC
Black with #626EDC
Text Example
Text Example
White with #626EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626EDC; }
p { color: rgb(98,110,220); }
H1.HeaderClassName
{
color: #626EDC;
}
.AnyTagClassName
{
color: #626EDC;
}
</style>
background-color css
<style>
a { background-color: #626EDC; }
a { background-color: rgb(98,110,220); }
div.DivClassName
{
background-color: #626EDC;
}
.BgClassName
{
background-color: #626EDC;
}
</style>
border-color css
<style>
span { border-color: #626EDC; }
span { border-color: rgb(98,110,220); }
td.TdClassName
{
border-color: #626EDC;
}
.TagClassName
{
border-color: #626EDC;
}
</style>