Shades of Medium Slate Blue #6D6BDD
Tints of Medium Slate Blue #6D6BDD
RGB
CMYK
RGB Variations
Color information
#6D6BDD (or 0x6D6BDD) is known color: Medium Slate Blue. HEX triplet: 6D, 6B and DD. RGB value is (109,107,221). Sum of RGB (Red+Green+Blue) = 109+107+221=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D6BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6BDD is #929422. Grayscale: #787878. Windows color (decimal): -9606179 or 14510957. OLE color: 14510957.
HSL color Cylindrical-coordinate representation of color #6D6BDD: hue angle of 241.05º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D6BDD is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 107 | 221 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.13 |
| HSL | 241.05º | 0.63% | 0.64% | - |
| HSV(B) | 241.05º | 0.52% | 0.87% | - |
| XYZ | 24.62 | 18.99 | 70.77 | - |
| YUV | 120.59 | 184.66 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 221 | 0.51 | 0.52 | 0 | 0.13 | 241.05 | 0.63 | 0.64 |
| Hex | 6D | 6B | DD | 33 | 34 | 0 | D | F1 | 3F | 40 |
| Octal | 155 | 153 | 335 | 63 | 64 | 0 | 15 | 361 | 77 | 100 |
| Binary | 1101101 | 1101011 | 11011101 | 110011 | 110100 | 0 | 1101 | 11110001 | 111111 | 1000000 |
Color Harmonies of #6D6BDD
Complementary color
Monochromatic Colors of #6D6BDD
Black with #6D6BDD
Text Example
Text Example
White with #6D6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6BDD; }
p { color: rgb(109,107,221); }
H1.HeaderClassName
{
color: #6D6BDD;
}
.AnyTagClassName
{
color: #6D6BDD;
}
</style>
background-color css
<style>
a { background-color: #6D6BDD; }
a { background-color: rgb(109,107,221); }
div.DivClassName
{
background-color: #6D6BDD;
}
.BgClassName
{
background-color: #6D6BDD;
}
</style>
border-color css
<style>
span { border-color: #6D6BDD; }
span { border-color: rgb(109,107,221); }
td.TdClassName
{
border-color: #6D6BDD;
}
.TagClassName
{
border-color: #6D6BDD;
}
</style>