Shades of Medium Slate Blue #6E52FD
Tints of Medium Slate Blue #6E52FD
RGB
CMYK
RGB Variations
Color information
#6E52FD (or 0x6E52FD) is known color: Medium Slate Blue. HEX triplet: 6E, 52 and FD. RGB value is (110,82,253). Sum of RGB (Red+Green+Blue) = 110+82+253=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E52FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E52FD is #91AD02. Grayscale: #6D6D6D. Windows color (decimal): -9547011 or 16601710. OLE color: 16601710.
HSL color Cylindrical-coordinate representation of color #6E52FD: hue angle of 249.82º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E52FD is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 82 | 253 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.01 |
| HSL | 249.82º | 0.98% | 0.66% | - |
| HSV(B) | 249.82º | 0.68% | 0.99% | - |
| XYZ | 27.18 | 16.44 | 94.67 | - |
| YUV | 109.87 | 208.78 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 253 | 0.57 | 0.68 | 0 | 0.01 | 249.82 | 0.98 | 0.66 |
| Hex | 6E | 52 | FD | 39 | 44 | 0 | 1 | FA | 62 | 42 |
| Octal | 156 | 122 | 375 | 71 | 104 | 0 | 1 | 372 | 142 | 102 |
| Binary | 1101110 | 1010010 | 11111101 | 111001 | 1000100 | 0 | 1 | 11111010 | 1100010 | 1000010 |
Color Harmonies of #6E52FD
Complementary color
Monochromatic Colors of #6E52FD
Black with #6E52FD
Text Example
Text Example
White with #6E52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E52FD; }
p { color: rgb(110,82,253); }
H1.HeaderClassName
{
color: #6E52FD;
}
.AnyTagClassName
{
color: #6E52FD;
}
</style>
background-color css
<style>
a { background-color: #6E52FD; }
a { background-color: rgb(110,82,253); }
div.DivClassName
{
background-color: #6E52FD;
}
.BgClassName
{
background-color: #6E52FD;
}
</style>
border-color css
<style>
span { border-color: #6E52FD; }
span { border-color: rgb(110,82,253); }
td.TdClassName
{
border-color: #6E52FD;
}
.TagClassName
{
border-color: #6E52FD;
}
</style>