Shades of Medium Slate Blue #626FFE
Tints of Medium Slate Blue #626FFE
RGB
CMYK
RGB Variations
Color information
#626FFE (or 0x626FFE) is known color: Medium Slate Blue. HEX triplet: 62, 6F and FE. RGB value is (98,111,254). Sum of RGB (Red+Green+Blue) = 98+111+254=463 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.17% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #626FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626FFE is #9D9001. Grayscale: #7A7A7A. Windows color (decimal): -10326018 or 16674658. OLE color: 16674658.
HSL color Cylindrical-coordinate representation of color #626FFE: hue angle of 235º 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 #626FFE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 98 | 111 | 254 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.00 |
| HSL | 235º | 0.99% | 0.69% | - |
| HSV(B) | 235º | 0.61% | 1% | - |
| XYZ | 28.61 | 21.12 | 96.33 | - |
| YUV | 123.42 | 201.69 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 111 | 254 | 0.61 | 0.56 | 0 | 0.00 | 235 | 0.99 | 0.69 |
| Hex | 62 | 6F | FE | 3D | 38 | 0 | 0 | EB | 63 | 45 |
| Octal | 142 | 157 | 376 | 75 | 70 | 0 | 0 | 353 | 143 | 105 |
| Binary | 1100010 | 1101111 | 11111110 | 111101 | 111000 | 0 | 0 | 11101011 | 1100011 | 1000101 |
Color Harmonies of #626FFE
Complementary color
Monochromatic Colors of #626FFE
Black with #626FFE
Text Example
Text Example
White with #626FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626FFE; }
p { color: rgb(98,111,254); }
H1.HeaderClassName
{
color: #626FFE;
}
.AnyTagClassName
{
color: #626FFE;
}
</style>
background-color css
<style>
a { background-color: #626FFE; }
a { background-color: rgb(98,111,254); }
div.DivClassName
{
background-color: #626FFE;
}
.BgClassName
{
background-color: #626FFE;
}
</style>
border-color css
<style>
span { border-color: #626FFE; }
span { border-color: rgb(98,111,254); }
td.TdClassName
{
border-color: #626FFE;
}
.TagClassName
{
border-color: #626FFE;
}
</style>