Shades of Medium Slate Blue #6C54EA
Tints of Medium Slate Blue #6C54EA
RGB
CMYK
RGB Variations
Color information
#6C54EA (or 0x6C54EA) is known color: Medium Slate Blue. HEX triplet: 6C, 54 and EA. RGB value is (108,84,234). Sum of RGB (Red+Green+Blue) = 108+84+234=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C54EA is #93AB15. Grayscale: #6B6B6B. Windows color (decimal): -9677590 or 15357036. OLE color: 15357036.
HSL color Cylindrical-coordinate representation of color #6C54EA: hue angle of 249.6º 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 #6C54EA is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 84 | 234 | - |
| CMYK | 0.54 | 0.64 | 0 | 0.08 |
| HSL | 249.6º | 0.78% | 0.62% | - |
| HSV(B) | 249.6º | 0.64% | 0.92% | - |
| XYZ | 24.21 | 15.47 | 79.55 | - |
| YUV | 108.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 84 | 234 | 0.54 | 0.64 | 0 | 0.08 | 249.6 | 0.78 | 0.62 |
| Hex | 6C | 54 | EA | 36 | 40 | 0 | 8 | FA | 4E | 3E |
| Octal | 154 | 124 | 352 | 66 | 100 | 0 | 10 | 372 | 116 | 76 |
| Binary | 1101100 | 1010100 | 11101010 | 110110 | 1000000 | 0 | 1000 | 11111010 | 1001110 | 111110 |
Color Harmonies of #6C54EA
Complementary color
Monochromatic Colors of #6C54EA
Black with #6C54EA
Text Example
Text Example
White with #6C54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C54EA; }
p { color: rgb(108,84,234); }
H1.HeaderClassName
{
color: #6C54EA;
}
.AnyTagClassName
{
color: #6C54EA;
}
</style>
background-color css
<style>
a { background-color: #6C54EA; }
a { background-color: rgb(108,84,234); }
div.DivClassName
{
background-color: #6C54EA;
}
.BgClassName
{
background-color: #6C54EA;
}
</style>
border-color css
<style>
span { border-color: #6C54EA; }
span { border-color: rgb(108,84,234); }
td.TdClassName
{
border-color: #6C54EA;
}
.TagClassName
{
border-color: #6C54EA;
}
</style>