Shades of Medium Slate Blue #6556EF
Tints of Medium Slate Blue #6556EF
RGB
CMYK
RGB Variations
Color information
#6556EF (or 0x6556EF) is known color: Medium Slate Blue. HEX triplet: 65, 56 and EF. RGB value is (101,86,239). Sum of RGB (Red+Green+Blue) = 101+86+239=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #6556EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6556EF is #9AA910. Grayscale: #6B6B6B. Windows color (decimal): -10135825 or 15685221. OLE color: 15685221.
HSL color Cylindrical-coordinate representation of color #6556EF: hue angle of 245.88º degrees, saturation: 0.83, 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 #6556EF is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 86 | 239 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.06 |
| HSL | 245.88º | 0.83% | 0.64% | - |
| HSV(B) | 245.88º | 0.64% | 0.94% | - |
| XYZ | 24.27 | 15.65 | 83.4 | - |
| YUV | 107.93 | 201.97 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 86 | 239 | 0.58 | 0.64 | 0 | 0.06 | 245.88 | 0.83 | 0.64 |
| Hex | 65 | 56 | EF | 3A | 40 | 0 | 6 | F6 | 53 | 40 |
| Octal | 145 | 126 | 357 | 72 | 100 | 0 | 6 | 366 | 123 | 100 |
| Binary | 1100101 | 1010110 | 11101111 | 111010 | 1000000 | 0 | 110 | 11110110 | 1010011 | 1000000 |
Color Harmonies of #6556EF
Complementary color
Monochromatic Colors of #6556EF
Black with #6556EF
Text Example
Text Example
White with #6556EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6556EF; }
p { color: rgb(101,86,239); }
H1.HeaderClassName
{
color: #6556EF;
}
.AnyTagClassName
{
color: #6556EF;
}
</style>
background-color css
<style>
a { background-color: #6556EF; }
a { background-color: rgb(101,86,239); }
div.DivClassName
{
background-color: #6556EF;
}
.BgClassName
{
background-color: #6556EF;
}
</style>
border-color css
<style>
span { border-color: #6556EF; }
span { border-color: rgb(101,86,239); }
td.TdClassName
{
border-color: #6556EF;
}
.TagClassName
{
border-color: #6556EF;
}
</style>