Shades of Medium Slate Blue #626AF5
Tints of Medium Slate Blue #626AF5
RGB
CMYK
RGB Variations
Color information
#626AF5 (or 0x626AF5) is known color: Medium Slate Blue. HEX triplet: 62, 6A and F5. RGB value is (98,106,245). Sum of RGB (Red+Green+Blue) = 98+106+245=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 245 (96.09% from 255 or 54.57% from 449); Max value from RGB is 245 - color contains mainly: blue. Hex color #626AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626AF5 is #9D950A. Grayscale: #767676. Windows color (decimal): -10327307 or 16083554. OLE color: 16083554.
HSL color Cylindrical-coordinate representation of color #626AF5: hue angle of 236.73º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #626AF5 is Cyan = 0.6, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 98 | 106 | 245 | - |
| CMYK | 0.6 | 0.57 | 0 | 0.04 |
| HSL | 236.73º | 0.88% | 0.67% | - |
| HSV(B) | 236.73º | 0.6% | 0.96% | - |
| XYZ | 26.67 | 19.5 | 88.74 | - |
| YUV | 119.45 | 198.85 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 245 | 0.6 | 0.57 | 0 | 0.04 | 236.73 | 0.88 | 0.67 |
| Hex | 62 | 6A | F5 | 3C | 39 | 0 | 4 | ED | 58 | 43 |
| Octal | 142 | 152 | 365 | 74 | 71 | 0 | 4 | 355 | 130 | 103 |
| Binary | 1100010 | 1101010 | 11110101 | 111100 | 111001 | 0 | 100 | 11101101 | 1011000 | 1000011 |
Color Harmonies of #626AF5
Complementary color
Monochromatic Colors of #626AF5
Black with #626AF5
Text Example
Text Example
White with #626AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626AF5; }
p { color: rgb(98,106,245); }
H1.HeaderClassName
{
color: #626AF5;
}
.AnyTagClassName
{
color: #626AF5;
}
</style>
background-color css
<style>
a { background-color: #626AF5; }
a { background-color: rgb(98,106,245); }
div.DivClassName
{
background-color: #626AF5;
}
.BgClassName
{
background-color: #626AF5;
}
</style>
border-color css
<style>
span { border-color: #626AF5; }
span { border-color: rgb(98,106,245); }
td.TdClassName
{
border-color: #626AF5;
}
.TagClassName
{
border-color: #626AF5;
}
</style>