Shades of Medium Slate Blue #6D72DE
Tints of Medium Slate Blue #6D72DE
RGB
CMYK
RGB Variations
Color information
#6D72DE (or 0x6D72DE) is known color: Medium Slate Blue. HEX triplet: 6D, 72 and DE. RGB value is (109,114,222). Sum of RGB (Red+Green+Blue) = 109+114+222=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #6D72DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D72DE is #928D21. Grayscale: #7C7C7C. Windows color (decimal): -9604386 or 14578285. OLE color: 14578285.
HSL color Cylindrical-coordinate representation of color #6D72DE: hue angle of 237.35º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D72DE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 114 | 222 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.13 |
| HSL | 237.35º | 0.63% | 0.65% | - |
| HSV(B) | 237.35º | 0.51% | 0.87% | - |
| XYZ | 25.51 | 20.56 | 71.73 | - |
| YUV | 124.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 222 | 0.51 | 0.49 | 0 | 0.13 | 237.35 | 0.63 | 0.65 |
| Hex | 6D | 72 | DE | 33 | 31 | 0 | D | ED | 3F | 41 |
| Octal | 155 | 162 | 336 | 63 | 61 | 0 | 15 | 355 | 77 | 101 |
| Binary | 1101101 | 1110010 | 11011110 | 110011 | 110001 | 0 | 1101 | 11101101 | 111111 | 1000001 |
Color Harmonies of #6D72DE
Complementary color
Monochromatic Colors of #6D72DE
Black with #6D72DE
Text Example
Text Example
White with #6D72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72DE; }
p { color: rgb(109,114,222); }
H1.HeaderClassName
{
color: #6D72DE;
}
.AnyTagClassName
{
color: #6D72DE;
}
</style>
background-color css
<style>
a { background-color: #6D72DE; }
a { background-color: rgb(109,114,222); }
div.DivClassName
{
background-color: #6D72DE;
}
.BgClassName
{
background-color: #6D72DE;
}
</style>
border-color css
<style>
span { border-color: #6D72DE; }
span { border-color: rgb(109,114,222); }
td.TdClassName
{
border-color: #6D72DE;
}
.TagClassName
{
border-color: #6D72DE;
}
</style>