Shades of Medium Slate Blue #6559F0
Tints of Medium Slate Blue #6559F0
RGB
CMYK
RGB Variations
Color information
#6559F0 (or 0x6559F0) is known color: Medium Slate Blue. HEX triplet: 65, 59 and F0. RGB value is (101,89,240). Sum of RGB (Red+Green+Blue) = 101+89+240=430 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.49% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #6559F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6559F0 is #9AA60F. Grayscale: #6D6D6D. Windows color (decimal): -10135056 or 15751525. OLE color: 15751525.
HSL color Cylindrical-coordinate representation of color #6559F0: hue angle of 244.77º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6559F0 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 89 | 240 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.06 |
| HSL | 244.77º | 0.83% | 0.65% | - |
| HSV(B) | 244.77º | 0.63% | 0.94% | - |
| XYZ | 24.67 | 16.2 | 84.27 | - |
| YUV | 109.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 240 | 0.58 | 0.63 | 0 | 0.06 | 244.77 | 0.83 | 0.65 |
| Hex | 65 | 59 | F0 | 3A | 3F | 0 | 6 | F5 | 53 | 41 |
| Octal | 145 | 131 | 360 | 72 | 77 | 0 | 6 | 365 | 123 | 101 |
| Binary | 1100101 | 1011001 | 11110000 | 111010 | 111111 | 0 | 110 | 11110101 | 1010011 | 1000001 |
Color Harmonies of #6559F0
Complementary color
Monochromatic Colors of #6559F0
Black with #6559F0
Text Example
Text Example
White with #6559F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6559F0; }
p { color: rgb(101,89,240); }
H1.HeaderClassName
{
color: #6559F0;
}
.AnyTagClassName
{
color: #6559F0;
}
</style>
background-color css
<style>
a { background-color: #6559F0; }
a { background-color: rgb(101,89,240); }
div.DivClassName
{
background-color: #6559F0;
}
.BgClassName
{
background-color: #6559F0;
}
</style>
border-color css
<style>
span { border-color: #6559F0; }
span { border-color: rgb(101,89,240); }
td.TdClassName
{
border-color: #6559F0;
}
.TagClassName
{
border-color: #6559F0;
}
</style>