Shades of Medium Slate Blue #626DFE
Tints of Medium Slate Blue #626DFE
RGB
CMYK
RGB Variations
Color information
#626DFE (or 0x626DFE) is known color: Medium Slate Blue. HEX triplet: 62, 6D and FE. RGB value is (98,109,254). Sum of RGB (Red+Green+Blue) = 98+109+254=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #626DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626DFE is #9D9201. Grayscale: #797979. Windows color (decimal): -10326530 or 16674146. OLE color: 16674146.
HSL color Cylindrical-coordinate representation of color #626DFE: hue angle of 235.77º 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 #626DFE is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 109 | 254 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.00 |
| HSL | 235.77º | 0.99% | 0.69% | - |
| HSV(B) | 235.77º | 0.61% | 1% | - |
| XYZ | 28.4 | 20.69 | 96.26 | - |
| YUV | 122.24 | 202.36 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 254 | 0.61 | 0.57 | 0 | 0.00 | 235.77 | 0.99 | 0.69 |
| Hex | 62 | 6D | FE | 3D | 39 | 0 | 0 | EC | 63 | 45 |
| Octal | 142 | 155 | 376 | 75 | 71 | 0 | 0 | 354 | 143 | 105 |
| Binary | 1100010 | 1101101 | 11111110 | 111101 | 111001 | 0 | 0 | 11101100 | 1100011 | 1000101 |
Color Harmonies of #626DFE
Complementary color
Monochromatic Colors of #626DFE
Black with #626DFE
Text Example
Text Example
White with #626DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DFE; }
p { color: rgb(98,109,254); }
H1.HeaderClassName
{
color: #626DFE;
}
.AnyTagClassName
{
color: #626DFE;
}
</style>
background-color css
<style>
a { background-color: #626DFE; }
a { background-color: rgb(98,109,254); }
div.DivClassName
{
background-color: #626DFE;
}
.BgClassName
{
background-color: #626DFE;
}
</style>
border-color css
<style>
span { border-color: #626DFE; }
span { border-color: rgb(98,109,254); }
td.TdClassName
{
border-color: #626DFE;
}
.TagClassName
{
border-color: #626DFE;
}
</style>