Shades of Medium Slate Blue #6D6FDC
Tints of Medium Slate Blue #6D6FDC
RGB
CMYK
RGB Variations
Color information
#6D6FDC (or 0x6D6FDC) is known color: Medium Slate Blue. HEX triplet: 6D, 6F and DC. RGB value is (109,111,220). Sum of RGB (Red+Green+Blue) = 109+111+220=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #6D6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6FDC is #929023. Grayscale: #7A7A7A. Windows color (decimal): -9605156 or 14446445. OLE color: 14446445.
HSL color Cylindrical-coordinate representation of color #6D6FDC: hue angle of 238.92º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D6FDC is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 111 | 220 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.14 |
| HSL | 238.92º | 0.61% | 0.65% | - |
| HSV(B) | 238.92º | 0.5% | 0.86% | - |
| XYZ | 24.91 | 19.79 | 70.22 | - |
| YUV | 122.83 | 182.84 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 220 | 0.50 | 0.50 | 0 | 0.14 | 238.92 | 0.61 | 0.65 |
| Hex | 6D | 6F | DC | 32 | 32 | 0 | E | EF | 3D | 41 |
| Octal | 155 | 157 | 334 | 62 | 62 | 0 | 16 | 357 | 75 | 101 |
| Binary | 1101101 | 1101111 | 11011100 | 110010 | 110010 | 0 | 1110 | 11101111 | 111101 | 1000001 |
Color Harmonies of #6D6FDC
Complementary color
Monochromatic Colors of #6D6FDC
Black with #6D6FDC
Text Example
Text Example
White with #6D6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6FDC; }
p { color: rgb(109,111,220); }
H1.HeaderClassName
{
color: #6D6FDC;
}
.AnyTagClassName
{
color: #6D6FDC;
}
</style>
background-color css
<style>
a { background-color: #6D6FDC; }
a { background-color: rgb(109,111,220); }
div.DivClassName
{
background-color: #6D6FDC;
}
.BgClassName
{
background-color: #6D6FDC;
}
</style>
border-color css
<style>
span { border-color: #6D6FDC; }
span { border-color: rgb(109,111,220); }
td.TdClassName
{
border-color: #6D6FDC;
}
.TagClassName
{
border-color: #6D6FDC;
}
</style>