Shades of Medium Slate Blue #626DF2
Tints of Medium Slate Blue #626DF2
RGB
CMYK
RGB Variations
Color information
#626DF2 (or 0x626DF2) is known color: Medium Slate Blue. HEX triplet: 62, 6D and F2. RGB value is (98,109,242). Sum of RGB (Red+Green+Blue) = 98+109+242=449 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.83% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #626DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626DF2 is #9D920D. Grayscale: #787878. Windows color (decimal): -10326542 or 15887714. OLE color: 15887714.
HSL color Cylindrical-coordinate representation of color #626DF2: hue angle of 235.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #626DF2 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 98 | 109 | 242 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.05 |
| HSL | 235.42º | 0.85% | 0.67% | - |
| HSV(B) | 235.42º | 0.6% | 0.95% | - |
| XYZ | 26.53 | 19.94 | 86.46 | - |
| YUV | 120.87 | 196.36 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 242 | 0.60 | 0.55 | 0 | 0.05 | 235.42 | 0.85 | 0.67 |
| Hex | 62 | 6D | F2 | 3C | 37 | 0 | 5 | EB | 55 | 43 |
| Octal | 142 | 155 | 362 | 74 | 67 | 0 | 5 | 353 | 125 | 103 |
| Binary | 1100010 | 1101101 | 11110010 | 111100 | 110111 | 0 | 101 | 11101011 | 1010101 | 1000011 |
Color Harmonies of #626DF2
Complementary color
Monochromatic Colors of #626DF2
Black with #626DF2
Text Example
Text Example
White with #626DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DF2; }
p { color: rgb(98,109,242); }
H1.HeaderClassName
{
color: #626DF2;
}
.AnyTagClassName
{
color: #626DF2;
}
</style>
background-color css
<style>
a { background-color: #626DF2; }
a { background-color: rgb(98,109,242); }
div.DivClassName
{
background-color: #626DF2;
}
.BgClassName
{
background-color: #626DF2;
}
</style>
border-color css
<style>
span { border-color: #626DF2; }
span { border-color: rgb(98,109,242); }
td.TdClassName
{
border-color: #626DF2;
}
.TagClassName
{
border-color: #626DF2;
}
</style>