Shades of Medium Slate Blue #626EFE
Tints of Medium Slate Blue #626EFE
RGB
CMYK
RGB Variations
Color information
#626EFE (or 0x626EFE) is known color: Medium Slate Blue. HEX triplet: 62, 6E and FE. RGB value is (98,110,254). Sum of RGB (Red+Green+Blue) = 98+110+254=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #626EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626EFE is #9D9101. Grayscale: #7A7A7A. Windows color (decimal): -10326274 or 16674402. OLE color: 16674402.
HSL color Cylindrical-coordinate representation of color #626EFE: hue angle of 235.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #626EFE is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 110 | 254 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.00 |
| HSL | 235.38º | 0.99% | 0.69% | - |
| HSV(B) | 235.38º | 0.61% | 1% | - |
| XYZ | 28.5 | 20.9 | 96.3 | - |
| YUV | 122.83 | 202.02 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 110 | 254 | 0.61 | 0.57 | 0 | 0.00 | 235.38 | 0.99 | 0.69 |
| Hex | 62 | 6E | FE | 3D | 39 | 0 | 0 | EB | 63 | 45 |
| Octal | 142 | 156 | 376 | 75 | 71 | 0 | 0 | 353 | 143 | 105 |
| Binary | 1100010 | 1101110 | 11111110 | 111101 | 111001 | 0 | 0 | 11101011 | 1100011 | 1000101 |
Color Harmonies of #626EFE
Complementary color
Monochromatic Colors of #626EFE
Black with #626EFE
Text Example
Text Example
White with #626EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626EFE; }
p { color: rgb(98,110,254); }
H1.HeaderClassName
{
color: #626EFE;
}
.AnyTagClassName
{
color: #626EFE;
}
</style>
background-color css
<style>
a { background-color: #626EFE; }
a { background-color: rgb(98,110,254); }
div.DivClassName
{
background-color: #626EFE;
}
.BgClassName
{
background-color: #626EFE;
}
</style>
border-color css
<style>
span { border-color: #626EFE; }
span { border-color: rgb(98,110,254); }
td.TdClassName
{
border-color: #626EFE;
}
.TagClassName
{
border-color: #626EFE;
}
</style>