Shades of Medium Slate Blue #6D72DA
Tints of Medium Slate Blue #6D72DA
RGB
CMYK
RGB Variations
Color information
#6D72DA (or 0x6D72DA) is known color: Medium Slate Blue. HEX triplet: 6D, 72 and DA. RGB value is (109,114,218). Sum of RGB (Red+Green+Blue) = 109+114+218=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D72DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D72DA is #928D25. Grayscale: #7B7B7B. Windows color (decimal): -9604390 or 14316141. OLE color: 14316141.
HSL color Cylindrical-coordinate representation of color #6D72DA: hue angle of 237.25º 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 #6D72DA is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 114 | 218 | - |
| CMYK | 0.5 | 0.48 | 0 | 0.15 |
| HSL | 237.25º | 0.6% | 0.64% | - |
| HSV(B) | 237.25º | 0.5% | 0.85% | - |
| XYZ | 24.98 | 20.35 | 68.94 | - |
| YUV | 124.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 218 | 0.5 | 0.48 | 0 | 0.15 | 237.25 | 0.6 | 0.64 |
| Hex | 6D | 72 | DA | 32 | 30 | 0 | F | ED | 3C | 40 |
| Octal | 155 | 162 | 332 | 62 | 60 | 0 | 17 | 355 | 74 | 100 |
| Binary | 1101101 | 1110010 | 11011010 | 110010 | 110000 | 0 | 1111 | 11101101 | 111100 | 1000000 |
Color Harmonies of #6D72DA
Complementary color
Monochromatic Colors of #6D72DA
Black with #6D72DA
Text Example
Text Example
White with #6D72DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72DA; }
p { color: rgb(109,114,218); }
H1.HeaderClassName
{
color: #6D72DA;
}
.AnyTagClassName
{
color: #6D72DA;
}
</style>
background-color css
<style>
a { background-color: #6D72DA; }
a { background-color: rgb(109,114,218); }
div.DivClassName
{
background-color: #6D72DA;
}
.BgClassName
{
background-color: #6D72DA;
}
</style>
border-color css
<style>
span { border-color: #6D72DA; }
span { border-color: rgb(109,114,218); }
td.TdClassName
{
border-color: #6D72DA;
}
.TagClassName
{
border-color: #6D72DA;
}
</style>