Shades of Medium Slate Blue #626AF7
Tints of Medium Slate Blue #626AF7
RGB
CMYK
RGB Variations
Color information
#626AF7 (or 0x626AF7) is known color: Medium Slate Blue. HEX triplet: 62, 6A and F7. RGB value is (98,106,247). Sum of RGB (Red+Green+Blue) = 98+106+247=451 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.73% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 247 (96.88% from 255 or 54.77% from 451); Max value from RGB is 247 - color contains mainly: blue. Hex color #626AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626AF7 is #9D9508. Grayscale: #777777. Windows color (decimal): -10327305 or 16214626. OLE color: 16214626.
HSL color Cylindrical-coordinate representation of color #626AF7: hue angle of 236.78º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #626AF7 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 106 | 247 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.03 |
| HSL | 236.78º | 0.9% | 0.68% | - |
| HSV(B) | 236.78º | 0.6% | 0.97% | - |
| XYZ | 26.98 | 19.62 | 90.36 | - |
| YUV | 119.68 | 199.85 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 247 | 0.60 | 0.57 | 0 | 0.03 | 236.78 | 0.9 | 0.68 |
| Hex | 62 | 6A | F7 | 3C | 39 | 0 | 3 | ED | 5A | 44 |
| Octal | 142 | 152 | 367 | 74 | 71 | 0 | 3 | 355 | 132 | 104 |
| Binary | 1100010 | 1101010 | 11110111 | 111100 | 111001 | 0 | 11 | 11101101 | 1011010 | 1000100 |
Color Harmonies of #626AF7
Complementary color
Monochromatic Colors of #626AF7
Black with #626AF7
Text Example
Text Example
White with #626AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626AF7; }
p { color: rgb(98,106,247); }
H1.HeaderClassName
{
color: #626AF7;
}
.AnyTagClassName
{
color: #626AF7;
}
</style>
background-color css
<style>
a { background-color: #626AF7; }
a { background-color: rgb(98,106,247); }
div.DivClassName
{
background-color: #626AF7;
}
.BgClassName
{
background-color: #626AF7;
}
</style>
border-color css
<style>
span { border-color: #626AF7; }
span { border-color: rgb(98,106,247); }
td.TdClassName
{
border-color: #626AF7;
}
.TagClassName
{
border-color: #626AF7;
}
</style>