Shades of Medium Slate Blue #6D65DF
Tints of Medium Slate Blue #6D65DF
RGB
CMYK
RGB Variations
Color information
#6D65DF (or 0x6D65DF) is known color: Medium Slate Blue. HEX triplet: 6D, 65 and DF. RGB value is (109,101,223). Sum of RGB (Red+Green+Blue) = 109+101+223=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D65DF is #929A20. Grayscale: #747474. Windows color (decimal): -9607713 or 14640493. OLE color: 14640493.
HSL color Cylindrical-coordinate representation of color #6D65DF: hue angle of 243.93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D65DF is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 101 | 223 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.13 |
| HSL | 243.93º | 0.66% | 0.64% | - |
| HSV(B) | 243.93º | 0.55% | 0.87% | - |
| XYZ | 24.28 | 17.89 | 71.98 | - |
| YUV | 117.3 | 187.65 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 101 | 223 | 0.51 | 0.55 | 0 | 0.13 | 243.93 | 0.66 | 0.64 |
| Hex | 6D | 65 | DF | 33 | 37 | 0 | D | F4 | 42 | 40 |
| Octal | 155 | 145 | 337 | 63 | 67 | 0 | 15 | 364 | 102 | 100 |
| Binary | 1101101 | 1100101 | 11011111 | 110011 | 110111 | 0 | 1101 | 11110100 | 1000010 | 1000000 |
Color Harmonies of #6D65DF
Complementary color
Monochromatic Colors of #6D65DF
Black with #6D65DF
Text Example
Text Example
White with #6D65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D65DF; }
p { color: rgb(109,101,223); }
H1.HeaderClassName
{
color: #6D65DF;
}
.AnyTagClassName
{
color: #6D65DF;
}
</style>
background-color css
<style>
a { background-color: #6D65DF; }
a { background-color: rgb(109,101,223); }
div.DivClassName
{
background-color: #6D65DF;
}
.BgClassName
{
background-color: #6D65DF;
}
</style>
border-color css
<style>
span { border-color: #6D65DF; }
span { border-color: rgb(109,101,223); }
td.TdClassName
{
border-color: #6D65DF;
}
.TagClassName
{
border-color: #6D65DF;
}
</style>