Shades of Medium Slate Blue #6D50FF
Tints of Medium Slate Blue #6D50FF
RGB
CMYK
RGB Variations
Color information
#6D50FF (or 0x6D50FF) is known color: Medium Slate Blue. HEX triplet: 6D, 50 and FF. RGB value is (109,80,255). Sum of RGB (Red+Green+Blue) = 109+80+255=444 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.55% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D50FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D50FF is #92AF00. Grayscale: #6B6B6B. Windows color (decimal): -9613057 or 16732269. OLE color: 16732269.
HSL color Cylindrical-coordinate representation of color #6D50FF: hue angle of 249.94º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D50FF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 109 | 80 | 255 | - |
| CMYK | 0.57 | 0.69 | 0 | 0 |
| HSL | 249.94º | 1% | 0.66% | - |
| HSV(B) | 249.94º | 0.69% | 1% | - |
| XYZ | 27.23 | 16.21 | 96.3 | - |
| YUV | 108.62 | 210.61 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 255 | 0.57 | 0.69 | 0 | 0 | 249.94 | 1 | 0.66 |
| Hex | 6D | 50 | FF | 39 | 45 | 0 | 0 | FA | 64 | 42 |
| Octal | 155 | 120 | 377 | 71 | 105 | 0 | 0 | 372 | 144 | 102 |
| Binary | 1101101 | 1010000 | 11111111 | 111001 | 1000101 | 0 | 0 | 11111010 | 1100100 | 1000010 |
Color Harmonies of #6D50FF
Complementary color
Monochromatic Colors of #6D50FF
Black with #6D50FF
Text Example
Text Example
White with #6D50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D50FF; }
p { color: rgb(109,80,255); }
H1.HeaderClassName
{
color: #6D50FF;
}
.AnyTagClassName
{
color: #6D50FF;
}
</style>
background-color css
<style>
a { background-color: #6D50FF; }
a { background-color: rgb(109,80,255); }
div.DivClassName
{
background-color: #6D50FF;
}
.BgClassName
{
background-color: #6D50FF;
}
</style>
border-color css
<style>
span { border-color: #6D50FF; }
span { border-color: rgb(109,80,255); }
td.TdClassName
{
border-color: #6D50FF;
}
.TagClassName
{
border-color: #6D50FF;
}
</style>