Shades of Medium Slate Blue #6D71DA
Tints of Medium Slate Blue #6D71DA
RGB
CMYK
RGB Variations
Color information
#6D71DA (or 0x6D71DA) is known color: Medium Slate Blue. HEX triplet: 6D, 71 and DA. RGB value is (109,113,218). Sum of RGB (Red+Green+Blue) = 109+113+218=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D71DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D71DA is #928E25. Grayscale: #7B7B7B. Windows color (decimal): -9604646 or 14315885. OLE color: 14315885.
HSL color Cylindrical-coordinate representation of color #6D71DA: hue angle of 237.8º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D71DA is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 113 | 218 | - |
| CMYK | 0.5 | 0.48 | 0 | 0.15 |
| HSL | 237.8º | 0.6% | 0.64% | - |
| HSV(B) | 237.8º | 0.5% | 0.85% | - |
| XYZ | 24.87 | 20.12 | 68.9 | - |
| YUV | 123.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 218 | 0.5 | 0.48 | 0 | 0.15 | 237.8 | 0.6 | 0.64 |
| Hex | 6D | 71 | DA | 32 | 30 | 0 | F | EE | 3C | 40 |
| Octal | 155 | 161 | 332 | 62 | 60 | 0 | 17 | 356 | 74 | 100 |
| Binary | 1101101 | 1110001 | 11011010 | 110010 | 110000 | 0 | 1111 | 11101110 | 111100 | 1000000 |
Color Harmonies of #6D71DA
Complementary color
Monochromatic Colors of #6D71DA
Black with #6D71DA
Text Example
Text Example
White with #6D71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D71DA; }
p { color: rgb(109,113,218); }
H1.HeaderClassName
{
color: #6D71DA;
}
.AnyTagClassName
{
color: #6D71DA;
}
</style>
background-color css
<style>
a { background-color: #6D71DA; }
a { background-color: rgb(109,113,218); }
div.DivClassName
{
background-color: #6D71DA;
}
.BgClassName
{
background-color: #6D71DA;
}
</style>
border-color css
<style>
span { border-color: #6D71DA; }
span { border-color: rgb(109,113,218); }
td.TdClassName
{
border-color: #6D71DA;
}
.TagClassName
{
border-color: #6D71DA;
}
</style>