Shades of Medium Slate Blue #626DF0
Tints of Medium Slate Blue #626DF0
RGB
CMYK
RGB Variations
Color information
#626DF0 (or 0x626DF0) is known color: Medium Slate Blue. HEX triplet: 62, 6D and F0. RGB value is (98,109,240). Sum of RGB (Red+Green+Blue) = 98+109+240=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 240 (94.14% from 255 or 53.69% from 447); Max value from RGB is 240 - color contains mainly: blue. Hex color #626DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #626DF0 is #9D920F. Grayscale: #787878. Windows color (decimal): -10326544 or 15756642. OLE color: 15756642.
HSL color Cylindrical-coordinate representation of color #626DF0: hue angle of 235.35º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #626DF0 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 109 | 240 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.06 |
| HSL | 235.35º | 0.83% | 0.66% | - |
| HSV(B) | 235.35º | 0.59% | 0.94% | - |
| XYZ | 26.23 | 19.83 | 84.88 | - |
| YUV | 120.65 | 195.36 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 109 | 240 | 0.59 | 0.55 | 0 | 0.06 | 235.35 | 0.83 | 0.66 |
| Hex | 62 | 6D | F0 | 3B | 37 | 0 | 6 | EB | 53 | 42 |
| Octal | 142 | 155 | 360 | 73 | 67 | 0 | 6 | 353 | 123 | 102 |
| Binary | 1100010 | 1101101 | 11110000 | 111011 | 110111 | 0 | 110 | 11101011 | 1010011 | 1000010 |
Color Harmonies of #626DF0
Complementary color
Monochromatic Colors of #626DF0
Black with #626DF0
Text Example
Text Example
White with #626DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626DF0; }
p { color: rgb(98,109,240); }
H1.HeaderClassName
{
color: #626DF0;
}
.AnyTagClassName
{
color: #626DF0;
}
</style>
background-color css
<style>
a { background-color: #626DF0; }
a { background-color: rgb(98,109,240); }
div.DivClassName
{
background-color: #626DF0;
}
.BgClassName
{
background-color: #626DF0;
}
</style>
border-color css
<style>
span { border-color: #626DF0; }
span { border-color: rgb(98,109,240); }
td.TdClassName
{
border-color: #626DF0;
}
.TagClassName
{
border-color: #626DF0;
}
</style>