Shades of Medium Slate Blue #626CEA
Tints of Medium Slate Blue #626CEA
RGB
CMYK
RGB Variations
Color information
#626CEA (or 0x626CEA) is known color: Medium Slate Blue. HEX triplet: 62, 6C and EA. RGB value is (98,108,234). Sum of RGB (Red+Green+Blue) = 98+108+234=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #626CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626CEA is #9D9315. Grayscale: #767676. Windows color (decimal): -10326806 or 15363170. OLE color: 15363170.
HSL color Cylindrical-coordinate representation of color #626CEA: hue angle of 235.59º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #626CEA is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 108 | 234 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.08 |
| HSL | 235.59º | 0.76% | 0.65% | - |
| HSV(B) | 235.59º | 0.58% | 0.92% | - |
| XYZ | 25.25 | 19.26 | 80.23 | - |
| YUV | 119.37 | 192.69 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 234 | 0.58 | 0.54 | 0 | 0.08 | 235.59 | 0.76 | 0.65 |
| Hex | 62 | 6C | EA | 3A | 36 | 0 | 8 | EC | 4C | 41 |
| Octal | 142 | 154 | 352 | 72 | 66 | 0 | 10 | 354 | 114 | 101 |
| Binary | 1100010 | 1101100 | 11101010 | 111010 | 110110 | 0 | 1000 | 11101100 | 1001100 | 1000001 |
Color Harmonies of #626CEA
Complementary color
Monochromatic Colors of #626CEA
Black with #626CEA
Text Example
Text Example
White with #626CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626CEA; }
p { color: rgb(98,108,234); }
H1.HeaderClassName
{
color: #626CEA;
}
.AnyTagClassName
{
color: #626CEA;
}
</style>
background-color css
<style>
a { background-color: #626CEA; }
a { background-color: rgb(98,108,234); }
div.DivClassName
{
background-color: #626CEA;
}
.BgClassName
{
background-color: #626CEA;
}
</style>
border-color css
<style>
span { border-color: #626CEA; }
span { border-color: rgb(98,108,234); }
td.TdClassName
{
border-color: #626CEA;
}
.TagClassName
{
border-color: #626CEA;
}
</style>