Shades of Medium Slate Blue #6D6CF7
Tints of Medium Slate Blue #6D6CF7
RGB
CMYK
RGB Variations
Color information
#6D6CF7 (or 0x6D6CF7) is known color: Medium Slate Blue. HEX triplet: 6D, 6C and F7. RGB value is (109,108,247). Sum of RGB (Red+Green+Blue) = 109+108+247=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #6D6CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6CF7 is #929308. Grayscale: #7B7B7B. Windows color (decimal): -9605897 or 16215149. OLE color: 16215149.
HSL color Cylindrical-coordinate representation of color #6D6CF7: hue angle of 240.43º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D6CF7 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 109 | 108 | 247 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.03 |
| HSL | 240.43º | 0.9% | 0.7% | - |
| HSV(B) | 240.43º | 0.56% | 0.97% | - |
| XYZ | 28.46 | 20.69 | 90.49 | - |
| YUV | 124.15 | 197.33 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 247 | 0.56 | 0.56 | 0 | 0.03 | 240.43 | 0.9 | 0.7 |
| Hex | 6D | 6C | F7 | 38 | 38 | 0 | 3 | F0 | 5A | 46 |
| Octal | 155 | 154 | 367 | 70 | 70 | 0 | 3 | 360 | 132 | 106 |
| Binary | 1101101 | 1101100 | 11110111 | 111000 | 111000 | 0 | 11 | 11110000 | 1011010 | 1000110 |
Color Harmonies of #6D6CF7
Complementary color
Monochromatic Colors of #6D6CF7
Black with #6D6CF7
Text Example
Text Example
White with #6D6CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6CF7; }
p { color: rgb(109,108,247); }
H1.HeaderClassName
{
color: #6D6CF7;
}
.AnyTagClassName
{
color: #6D6CF7;
}
</style>
background-color css
<style>
a { background-color: #6D6CF7; }
a { background-color: rgb(109,108,247); }
div.DivClassName
{
background-color: #6D6CF7;
}
.BgClassName
{
background-color: #6D6CF7;
}
</style>
border-color css
<style>
span { border-color: #6D6CF7; }
span { border-color: rgb(109,108,247); }
td.TdClassName
{
border-color: #6D6CF7;
}
.TagClassName
{
border-color: #6D6CF7;
}
</style>