Shades of Medium Slate Blue #626AFB
Tints of Medium Slate Blue #626AFB
RGB
CMYK
RGB Variations
Color information
#626AFB (or 0x626AFB) is known color: Medium Slate Blue. HEX triplet: 62, 6A and FB. RGB value is (98,106,251). Sum of RGB (Red+Green+Blue) = 98+106+251=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #626AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626AFB is #9D9504. Grayscale: #777777. Windows color (decimal): -10327301 or 16476770. OLE color: 16476770.
HSL color Cylindrical-coordinate representation of color #626AFB: hue angle of 236.86º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #626AFB is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 98 | 106 | 251 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.02 |
| HSL | 236.86º | 0.95% | 0.68% | - |
| HSV(B) | 236.86º | 0.61% | 0.98% | - |
| XYZ | 27.6 | 19.87 | 93.65 | - |
| YUV | 120.14 | 201.85 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 251 | 0.61 | 0.58 | 0 | 0.02 | 236.86 | 0.95 | 0.68 |
| Hex | 62 | 6A | FB | 3D | 3A | 0 | 2 | ED | 5F | 44 |
| Octal | 142 | 152 | 373 | 75 | 72 | 0 | 2 | 355 | 137 | 104 |
| Binary | 1100010 | 1101010 | 11111011 | 111101 | 111010 | 0 | 10 | 11101101 | 1011111 | 1000100 |
Color Harmonies of #626AFB
Complementary color
Monochromatic Colors of #626AFB
Black with #626AFB
Text Example
Text Example
White with #626AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626AFB; }
p { color: rgb(98,106,251); }
H1.HeaderClassName
{
color: #626AFB;
}
.AnyTagClassName
{
color: #626AFB;
}
</style>
background-color css
<style>
a { background-color: #626AFB; }
a { background-color: rgb(98,106,251); }
div.DivClassName
{
background-color: #626AFB;
}
.BgClassName
{
background-color: #626AFB;
}
</style>
border-color css
<style>
span { border-color: #626AFB; }
span { border-color: rgb(98,106,251); }
td.TdClassName
{
border-color: #626AFB;
}
.TagClassName
{
border-color: #626AFB;
}
</style>