Shades of Medium Slate Blue #6562EA
Tints of Medium Slate Blue #6562EA
RGB
CMYK
RGB Variations
Color information
#6562EA (or 0x6562EA) is known color: Medium Slate Blue. HEX triplet: 65, 62 and EA. RGB value is (101,98,234). Sum of RGB (Red+Green+Blue) = 101+98+234=433 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.33% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #6562EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6562EA is #9A9D15. Grayscale: #717171. Windows color (decimal): -10132758 or 15360613. OLE color: 15360613.
HSL color Cylindrical-coordinate representation of color #6562EA: hue angle of 241.32º 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 #6562EA is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 98 | 234 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.08 |
| HSL | 241.32º | 0.76% | 0.65% | - |
| HSV(B) | 241.32º | 0.58% | 0.92% | - |
| XYZ | 24.59 | 17.44 | 79.91 | - |
| YUV | 114.4 | 195.49 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 234 | 0.57 | 0.58 | 0 | 0.08 | 241.32 | 0.76 | 0.65 |
| Hex | 65 | 62 | EA | 39 | 3A | 0 | 8 | F1 | 4C | 41 |
| Octal | 145 | 142 | 352 | 71 | 72 | 0 | 10 | 361 | 114 | 101 |
| Binary | 1100101 | 1100010 | 11101010 | 111001 | 111010 | 0 | 1000 | 11110001 | 1001100 | 1000001 |
Color Harmonies of #6562EA
Complementary color
Monochromatic Colors of #6562EA
Black with #6562EA
Text Example
Text Example
White with #6562EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6562EA; }
p { color: rgb(101,98,234); }
H1.HeaderClassName
{
color: #6562EA;
}
.AnyTagClassName
{
color: #6562EA;
}
</style>
background-color css
<style>
a { background-color: #6562EA; }
a { background-color: rgb(101,98,234); }
div.DivClassName
{
background-color: #6562EA;
}
.BgClassName
{
background-color: #6562EA;
}
</style>
border-color css
<style>
span { border-color: #6562EA; }
span { border-color: rgb(101,98,234); }
td.TdClassName
{
border-color: #6562EA;
}
.TagClassName
{
border-color: #6562EA;
}
</style>