Shades of Medium Slate Blue #6D68DF
Tints of Medium Slate Blue #6D68DF
RGB
CMYK
RGB Variations
Color information
#6D68DF (or 0x6D68DF) is known color: Medium Slate Blue. HEX triplet: 6D, 68 and DF. RGB value is (109,104,223). Sum of RGB (Red+Green+Blue) = 109+104+223=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 104 (41.02% from 255 or 23.85% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D68DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D68DF is #929720. Grayscale: #767676. Windows color (decimal): -9606945 or 14641261. OLE color: 14641261.
HSL color Cylindrical-coordinate representation of color #6D68DF: hue angle of 242.52º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D68DF is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 104 | 223 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.13 |
| HSL | 242.52º | 0.65% | 0.64% | - |
| HSV(B) | 242.52º | 0.53% | 0.87% | - |
| XYZ | 24.58 | 18.48 | 72.08 | - |
| YUV | 119.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 104 | 223 | 0.51 | 0.53 | 0 | 0.13 | 242.52 | 0.65 | 0.64 |
| Hex | 6D | 68 | DF | 33 | 35 | 0 | D | F3 | 41 | 40 |
| Octal | 155 | 150 | 337 | 63 | 65 | 0 | 15 | 363 | 101 | 100 |
| Binary | 1101101 | 1101000 | 11011111 | 110011 | 110101 | 0 | 1101 | 11110011 | 1000001 | 1000000 |
Color Harmonies of #6D68DF
Complementary color
Monochromatic Colors of #6D68DF
Black with #6D68DF
Text Example
Text Example
White with #6D68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D68DF; }
p { color: rgb(109,104,223); }
H1.HeaderClassName
{
color: #6D68DF;
}
.AnyTagClassName
{
color: #6D68DF;
}
</style>
background-color css
<style>
a { background-color: #6D68DF; }
a { background-color: rgb(109,104,223); }
div.DivClassName
{
background-color: #6D68DF;
}
.BgClassName
{
background-color: #6D68DF;
}
</style>
border-color css
<style>
span { border-color: #6D68DF; }
span { border-color: rgb(109,104,223); }
td.TdClassName
{
border-color: #6D68DF;
}
.TagClassName
{
border-color: #6D68DF;
}
</style>