Shades of Medium Slate Blue #6563EE
Tints of Medium Slate Blue #6563EE
RGB
CMYK
RGB Variations
Color information
#6563EE (or 0x6563EE) is known color: Medium Slate Blue. HEX triplet: 65, 63 and EE. RGB value is (101,99,238). Sum of RGB (Red+Green+Blue) = 101+99+238=438 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.06% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #6563EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6563EE is #9A9C11. Grayscale: #727272. Windows color (decimal): -10132498 or 15623013. OLE color: 15623013.
HSL color Cylindrical-coordinate representation of color #6563EE: hue angle of 240.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6563EE is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 99 | 238 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.07 |
| HSL | 240.86º | 0.8% | 0.66% | - |
| HSV(B) | 240.86º | 0.58% | 0.93% | - |
| XYZ | 25.26 | 17.86 | 83.01 | - |
| YUV | 115.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 238 | 0.58 | 0.58 | 0 | 0.07 | 240.86 | 0.8 | 0.66 |
| Hex | 65 | 63 | EE | 3A | 3A | 0 | 7 | F1 | 50 | 42 |
| Octal | 145 | 143 | 356 | 72 | 72 | 0 | 7 | 361 | 120 | 102 |
| Binary | 1100101 | 1100011 | 11101110 | 111010 | 111010 | 0 | 111 | 11110001 | 1010000 | 1000010 |
Color Harmonies of #6563EE
Complementary color
Monochromatic Colors of #6563EE
Black with #6563EE
Text Example
Text Example
White with #6563EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6563EE; }
p { color: rgb(101,99,238); }
H1.HeaderClassName
{
color: #6563EE;
}
.AnyTagClassName
{
color: #6563EE;
}
</style>
background-color css
<style>
a { background-color: #6563EE; }
a { background-color: rgb(101,99,238); }
div.DivClassName
{
background-color: #6563EE;
}
.BgClassName
{
background-color: #6563EE;
}
</style>
border-color css
<style>
span { border-color: #6563EE; }
span { border-color: rgb(101,99,238); }
td.TdClassName
{
border-color: #6563EE;
}
.TagClassName
{
border-color: #6563EE;
}
</style>