Shades of Medium Slate Blue #6D55FD
Tints of Medium Slate Blue #6D55FD
RGB
CMYK
RGB Variations
Color information
#6D55FD (or 0x6D55FD) is known color: Medium Slate Blue. HEX triplet: 6D, 55 and FD. RGB value is (109,85,253). Sum of RGB (Red+Green+Blue) = 109+85+253=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D55FD is #92AA02. Grayscale: #6E6E6E. Windows color (decimal): -9611779 or 16602477. OLE color: 16602477.
HSL color Cylindrical-coordinate representation of color #6D55FD: hue angle of 248.57º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D55FD is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 85 | 253 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.01 |
| HSL | 248.57º | 0.98% | 0.66% | - |
| HSV(B) | 248.57º | 0.66% | 0.99% | - |
| XYZ | 27.28 | 16.84 | 94.74 | - |
| YUV | 111.33 | 207.95 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 253 | 0.57 | 0.66 | 0 | 0.01 | 248.57 | 0.98 | 0.66 |
| Hex | 6D | 55 | FD | 39 | 42 | 0 | 1 | F9 | 62 | 42 |
| Octal | 155 | 125 | 375 | 71 | 102 | 0 | 1 | 371 | 142 | 102 |
| Binary | 1101101 | 1010101 | 11111101 | 111001 | 1000010 | 0 | 1 | 11111001 | 1100010 | 1000010 |
Color Harmonies of #6D55FD
Complementary color
Monochromatic Colors of #6D55FD
Black with #6D55FD
Text Example
Text Example
White with #6D55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D55FD; }
p { color: rgb(109,85,253); }
H1.HeaderClassName
{
color: #6D55FD;
}
.AnyTagClassName
{
color: #6D55FD;
}
</style>
background-color css
<style>
a { background-color: #6D55FD; }
a { background-color: rgb(109,85,253); }
div.DivClassName
{
background-color: #6D55FD;
}
.BgClassName
{
background-color: #6D55FD;
}
</style>
border-color css
<style>
span { border-color: #6D55FD; }
span { border-color: rgb(109,85,253); }
td.TdClassName
{
border-color: #6D55FD;
}
.TagClassName
{
border-color: #6D55FD;
}
</style>