Shades of Medium Slate Blue #626AF8
Tints of Medium Slate Blue #626AF8
RGB
CMYK
RGB Variations
Color information
#626AF8 (or 0x626AF8) is known color: Medium Slate Blue. HEX triplet: 62, 6A and F8. RGB value is (98,106,248). Sum of RGB (Red+Green+Blue) = 98+106+248=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #626AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626AF8 is #9D9507. Grayscale: #777777. Windows color (decimal): -10327304 or 16280162. OLE color: 16280162.
HSL color Cylindrical-coordinate representation of color #626AF8: hue angle of 236.8º degrees, saturation: 0.91, 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 #626AF8 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 98 | 106 | 248 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.03 |
| HSL | 236.8º | 0.91% | 0.68% | - |
| HSV(B) | 236.8º | 0.6% | 0.97% | - |
| XYZ | 27.13 | 19.68 | 91.18 | - |
| YUV | 119.8 | 200.35 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 248 | 0.60 | 0.57 | 0 | 0.03 | 236.8 | 0.91 | 0.68 |
| Hex | 62 | 6A | F8 | 3C | 39 | 0 | 3 | ED | 5B | 44 |
| Octal | 142 | 152 | 370 | 74 | 71 | 0 | 3 | 355 | 133 | 104 |
| Binary | 1100010 | 1101010 | 11111000 | 111100 | 111001 | 0 | 11 | 11101101 | 1011011 | 1000100 |
Color Harmonies of #626AF8
Complementary color
Monochromatic Colors of #626AF8
Black with #626AF8
Text Example
Text Example
White with #626AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626AF8; }
p { color: rgb(98,106,248); }
H1.HeaderClassName
{
color: #626AF8;
}
.AnyTagClassName
{
color: #626AF8;
}
</style>
background-color css
<style>
a { background-color: #626AF8; }
a { background-color: rgb(98,106,248); }
div.DivClassName
{
background-color: #626AF8;
}
.BgClassName
{
background-color: #626AF8;
}
</style>
border-color css
<style>
span { border-color: #626AF8; }
span { border-color: rgb(98,106,248); }
td.TdClassName
{
border-color: #626AF8;
}
.TagClassName
{
border-color: #626AF8;
}
</style>