Shades of Medium Slate Blue #6D54EA
Tints of Medium Slate Blue #6D54EA
RGB
CMYK
RGB Variations
Color information
#6D54EA (or 0x6D54EA) is known color: Medium Slate Blue. HEX triplet: 6D, 54 and EA. RGB value is (109,84,234). Sum of RGB (Red+Green+Blue) = 109+84+234=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 234 (91.80% from 255 or 54.80% from 427); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D54EA is #92AB15. Grayscale: #6B6B6B. Windows color (decimal): -9612054 or 15357037. OLE color: 15357037.
HSL color Cylindrical-coordinate representation of color #6D54EA: hue angle of 250º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D54EA is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 84 | 234 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.08 |
| HSL | 250º | 0.78% | 0.62% | - |
| HSV(B) | 250º | 0.64% | 0.92% | - |
| XYZ | 24.33 | 15.53 | 79.56 | - |
| YUV | 108.58 | 198.78 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 234 | 0.53 | 0.64 | 0 | 0.08 | 250 | 0.78 | 0.62 |
| Hex | 6D | 54 | EA | 35 | 40 | 0 | 8 | FA | 4E | 3E |
| Octal | 155 | 124 | 352 | 65 | 100 | 0 | 10 | 372 | 116 | 76 |
| Binary | 1101101 | 1010100 | 11101010 | 110101 | 1000000 | 0 | 1000 | 11111010 | 1001110 | 111110 |
Color Harmonies of #6D54EA
Complementary color
Monochromatic Colors of #6D54EA
Black with #6D54EA
Text Example
Text Example
White with #6D54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D54EA; }
p { color: rgb(109,84,234); }
H1.HeaderClassName
{
color: #6D54EA;
}
.AnyTagClassName
{
color: #6D54EA;
}
</style>
background-color css
<style>
a { background-color: #6D54EA; }
a { background-color: rgb(109,84,234); }
div.DivClassName
{
background-color: #6D54EA;
}
.BgClassName
{
background-color: #6D54EA;
}
</style>
border-color css
<style>
span { border-color: #6D54EA; }
span { border-color: rgb(109,84,234); }
td.TdClassName
{
border-color: #6D54EA;
}
.TagClassName
{
border-color: #6D54EA;
}
</style>