Shades of Medium Slate Blue #6563EA
Tints of Medium Slate Blue #6563EA
RGB
CMYK
RGB Variations
Color information
#6563EA (or 0x6563EA) is known color: Medium Slate Blue. HEX triplet: 65, 63 and EA. RGB value is (101,99,234). Sum of RGB (Red+Green+Blue) = 101+99+234=434 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.27% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #6563EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6563EA is #9A9C15. Grayscale: #727272. Windows color (decimal): -10132502 or 15360869. OLE color: 15360869.
HSL color Cylindrical-coordinate representation of color #6563EA: hue angle of 240.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6563EA is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 99 | 234 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.08 |
| HSL | 240.89º | 0.76% | 0.65% | - |
| HSV(B) | 240.89º | 0.58% | 0.92% | - |
| XYZ | 24.68 | 17.63 | 79.94 | - |
| YUV | 114.99 | 195.16 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 99 | 234 | 0.57 | 0.58 | 0 | 0.08 | 240.89 | 0.76 | 0.65 |
| Hex | 65 | 63 | EA | 39 | 3A | 0 | 8 | F1 | 4C | 41 |
| Octal | 145 | 143 | 352 | 71 | 72 | 0 | 10 | 361 | 114 | 101 |
| Binary | 1100101 | 1100011 | 11101010 | 111001 | 111010 | 0 | 1000 | 11110001 | 1001100 | 1000001 |
Color Harmonies of #6563EA
Complementary color
Monochromatic Colors of #6563EA
Black with #6563EA
Text Example
Text Example
White with #6563EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6563EA; }
p { color: rgb(101,99,234); }
H1.HeaderClassName
{
color: #6563EA;
}
.AnyTagClassName
{
color: #6563EA;
}
</style>
background-color css
<style>
a { background-color: #6563EA; }
a { background-color: rgb(101,99,234); }
div.DivClassName
{
background-color: #6563EA;
}
.BgClassName
{
background-color: #6563EA;
}
</style>
border-color css
<style>
span { border-color: #6563EA; }
span { border-color: rgb(101,99,234); }
td.TdClassName
{
border-color: #6563EA;
}
.TagClassName
{
border-color: #6563EA;
}
</style>