Shades of Medium Slate Blue #6D6FF6
Tints of Medium Slate Blue #6D6FF6
RGB
CMYK
RGB Variations
Color information
#6D6FF6 (or 0x6D6FF6) is known color: Medium Slate Blue. HEX triplet: 6D, 6F and F6. RGB value is (109,111,246). Sum of RGB (Red+Green+Blue) = 109+111+246=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D6FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6FF6 is #929009. Grayscale: #7D7D7D. Windows color (decimal): -9605130 or 16150381. OLE color: 16150381.
HSL color Cylindrical-coordinate representation of color #6D6FF6: hue angle of 239.12º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D6FF6 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 111 | 246 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.04 |
| HSL | 239.12º | 0.88% | 0.7% | - |
| HSV(B) | 239.12º | 0.56% | 0.96% | - |
| XYZ | 28.63 | 21.27 | 89.79 | - |
| YUV | 125.79 | 195.84 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 246 | 0.56 | 0.55 | 0 | 0.04 | 239.12 | 0.88 | 0.7 |
| Hex | 6D | 6F | F6 | 38 | 37 | 0 | 4 | EF | 58 | 46 |
| Octal | 155 | 157 | 366 | 70 | 67 | 0 | 4 | 357 | 130 | 106 |
| Binary | 1101101 | 1101111 | 11110110 | 111000 | 110111 | 0 | 100 | 11101111 | 1011000 | 1000110 |
Color Harmonies of #6D6FF6
Complementary color
Monochromatic Colors of #6D6FF6
Black with #6D6FF6
Text Example
Text Example
White with #6D6FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6FF6; }
p { color: rgb(109,111,246); }
H1.HeaderClassName
{
color: #6D6FF6;
}
.AnyTagClassName
{
color: #6D6FF6;
}
</style>
background-color css
<style>
a { background-color: #6D6FF6; }
a { background-color: rgb(109,111,246); }
div.DivClassName
{
background-color: #6D6FF6;
}
.BgClassName
{
background-color: #6D6FF6;
}
</style>
border-color css
<style>
span { border-color: #6D6FF6; }
span { border-color: rgb(109,111,246); }
td.TdClassName
{
border-color: #6D6FF6;
}
.TagClassName
{
border-color: #6D6FF6;
}
</style>