Shades of Medium Slate Blue #6D54FD
Tints of Medium Slate Blue #6D54FD
RGB
CMYK
RGB Variations
Color information
#6D54FD (or 0x6D54FD) is known color: Medium Slate Blue. HEX triplet: 6D, 54 and FD. RGB value is (109,84,253). Sum of RGB (Red+Green+Blue) = 109+84+253=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D54FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D54FD is #92AB02. Grayscale: #6E6E6E. Windows color (decimal): -9612035 or 16602221. OLE color: 16602221.
HSL color Cylindrical-coordinate representation of color #6D54FD: hue angle of 248.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D54FD is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 84 | 253 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.01 |
| HSL | 248.88º | 0.98% | 0.66% | - |
| HSV(B) | 248.88º | 0.67% | 0.99% | - |
| XYZ | 27.21 | 16.68 | 94.71 | - |
| YUV | 110.74 | 208.28 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 84 | 253 | 0.57 | 0.67 | 0 | 0.01 | 248.88 | 0.98 | 0.66 |
| Hex | 6D | 54 | FD | 39 | 43 | 0 | 1 | F9 | 62 | 42 |
| Octal | 155 | 124 | 375 | 71 | 103 | 0 | 1 | 371 | 142 | 102 |
| Binary | 1101101 | 1010100 | 11111101 | 111001 | 1000011 | 0 | 1 | 11111001 | 1100010 | 1000010 |
Color Harmonies of #6D54FD
Complementary color
Monochromatic Colors of #6D54FD
Black with #6D54FD
Text Example
Text Example
White with #6D54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D54FD; }
p { color: rgb(109,84,253); }
H1.HeaderClassName
{
color: #6D54FD;
}
.AnyTagClassName
{
color: #6D54FD;
}
</style>
background-color css
<style>
a { background-color: #6D54FD; }
a { background-color: rgb(109,84,253); }
div.DivClassName
{
background-color: #6D54FD;
}
.BgClassName
{
background-color: #6D54FD;
}
</style>
border-color css
<style>
span { border-color: #6D54FD; }
span { border-color: rgb(109,84,253); }
td.TdClassName
{
border-color: #6D54FD;
}
.TagClassName
{
border-color: #6D54FD;
}
</style>