Shades of Medium Slate Blue #625DF0
Tints of Medium Slate Blue #625DF0
RGB
CMYK
RGB Variations
Color information
#625DF0 (or 0x625DF0) is known color: Medium Slate Blue. HEX triplet: 62, 5D and F0. RGB value is (98,93,240). Sum of RGB (Red+Green+Blue) = 98+93+240=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 240 (94.14% from 255 or 55.68% from 431); Max value from RGB is 240 - color contains mainly: blue. Hex color #625DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #625DF0 is #9DA20F. Grayscale: #6E6E6E. Windows color (decimal): -10330640 or 15752546. OLE color: 15752546.
HSL color Cylindrical-coordinate representation of color #625DF0: hue angle of 242.04º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #625DF0 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 93 | 240 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.06 |
| HSL | 242.04º | 0.83% | 0.65% | - |
| HSV(B) | 242.04º | 0.61% | 0.94% | - |
| XYZ | 24.68 | 16.72 | 84.36 | - |
| YUV | 111.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 240 | 0.59 | 0.61 | 0 | 0.06 | 242.04 | 0.83 | 0.65 |
| Hex | 62 | 5D | F0 | 3B | 3D | 0 | 6 | F2 | 53 | 41 |
| Octal | 142 | 135 | 360 | 73 | 75 | 0 | 6 | 362 | 123 | 101 |
| Binary | 1100010 | 1011101 | 11110000 | 111011 | 111101 | 0 | 110 | 11110010 | 1010011 | 1000001 |
Color Harmonies of #625DF0
Complementary color
Monochromatic Colors of #625DF0
Black with #625DF0
Text Example
Text Example
White with #625DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DF0; }
p { color: rgb(98,93,240); }
H1.HeaderClassName
{
color: #625DF0;
}
.AnyTagClassName
{
color: #625DF0;
}
</style>
background-color css
<style>
a { background-color: #625DF0; }
a { background-color: rgb(98,93,240); }
div.DivClassName
{
background-color: #625DF0;
}
.BgClassName
{
background-color: #625DF0;
}
</style>
border-color css
<style>
span { border-color: #625DF0; }
span { border-color: rgb(98,93,240); }
td.TdClassName
{
border-color: #625DF0;
}
.TagClassName
{
border-color: #625DF0;
}
</style>