Shades of Medium Slate Blue #6556F0
Tints of Medium Slate Blue #6556F0
RGB
CMYK
RGB Variations
Color information
#6556F0 (or 0x6556F0) is known color: Medium Slate Blue. HEX triplet: 65, 56 and F0. RGB value is (101,86,240). Sum of RGB (Red+Green+Blue) = 101+86+240=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #6556F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6556F0 is #9AA90F. Grayscale: #6B6B6B. Windows color (decimal): -10135824 or 15750757. OLE color: 15750757.
HSL color Cylindrical-coordinate representation of color #6556F0: hue angle of 245.84º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6556F0 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 86 | 240 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.06 |
| HSL | 245.84º | 0.84% | 0.64% | - |
| HSV(B) | 245.84º | 0.64% | 0.94% | - |
| XYZ | 24.42 | 15.71 | 84.18 | - |
| YUV | 108.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 240 | 0.58 | 0.64 | 0 | 0.06 | 245.84 | 0.84 | 0.64 |
| Hex | 65 | 56 | F0 | 3A | 40 | 0 | 6 | F6 | 54 | 40 |
| Octal | 145 | 126 | 360 | 72 | 100 | 0 | 6 | 366 | 124 | 100 |
| Binary | 1100101 | 1010110 | 11110000 | 111010 | 1000000 | 0 | 110 | 11110110 | 1010100 | 1000000 |
Color Harmonies of #6556F0
Complementary color
Monochromatic Colors of #6556F0
Black with #6556F0
Text Example
Text Example
White with #6556F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6556F0; }
p { color: rgb(101,86,240); }
H1.HeaderClassName
{
color: #6556F0;
}
.AnyTagClassName
{
color: #6556F0;
}
</style>
background-color css
<style>
a { background-color: #6556F0; }
a { background-color: rgb(101,86,240); }
div.DivClassName
{
background-color: #6556F0;
}
.BgClassName
{
background-color: #6556F0;
}
</style>
border-color css
<style>
span { border-color: #6556F0; }
span { border-color: rgb(101,86,240); }
td.TdClassName
{
border-color: #6556F0;
}
.TagClassName
{
border-color: #6556F0;
}
</style>