Shades of Medium Slate Blue #6D55FF
Tints of Medium Slate Blue #6D55FF
RGB
CMYK
RGB Variations
Color information
#6D55FF (or 0x6D55FF) is known color: Medium Slate Blue. HEX triplet: 6D, 55 and FF. RGB value is (109,85,255). Sum of RGB (Red+Green+Blue) = 109+85+255=449 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.28% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D55FF is #92AA00. Grayscale: #6E6E6E. Windows color (decimal): -9611777 or 16733549. OLE color: 16733549.
HSL color Cylindrical-coordinate representation of color #6D55FF: hue angle of 248.47º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D55FF is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 85 | 255 | - |
| CMYK | 0.57 | 0.67 | 0 | 0 |
| HSL | 248.47º | 1% | 0.67% | - |
| HSV(B) | 248.47º | 0.67% | 1% | - |
| XYZ | 27.61 | 16.97 | 96.43 | - |
| YUV | 111.56 | 208.95 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 255 | 0.57 | 0.67 | 0 | 0 | 248.47 | 1 | 0.67 |
| Hex | 6D | 55 | FF | 39 | 43 | 0 | 0 | F8 | 64 | 43 |
| Octal | 155 | 125 | 377 | 71 | 103 | 0 | 0 | 370 | 144 | 103 |
| Binary | 1101101 | 1010101 | 11111111 | 111001 | 1000011 | 0 | 0 | 11111000 | 1100100 | 1000011 |
Color Harmonies of #6D55FF
Complementary color
Monochromatic Colors of #6D55FF
Black with #6D55FF
Text Example
Text Example
White with #6D55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D55FF; }
p { color: rgb(109,85,255); }
H1.HeaderClassName
{
color: #6D55FF;
}
.AnyTagClassName
{
color: #6D55FF;
}
</style>
background-color css
<style>
a { background-color: #6D55FF; }
a { background-color: rgb(109,85,255); }
div.DivClassName
{
background-color: #6D55FF;
}
.BgClassName
{
background-color: #6D55FF;
}
</style>
border-color css
<style>
span { border-color: #6D55FF; }
span { border-color: rgb(109,85,255); }
td.TdClassName
{
border-color: #6D55FF;
}
.TagClassName
{
border-color: #6D55FF;
}
</style>