Shades of Medium Slate Blue #6D72F6
Tints of Medium Slate Blue #6D72F6
RGB
CMYK
RGB Variations
Color information
#6D72F6 (or 0x6D72F6) is known color: Medium Slate Blue. HEX triplet: 6D, 72 and F6. RGB value is (109,114,246). Sum of RGB (Red+Green+Blue) = 109+114+246=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 246 (96.48% from 255 or 52.45% from 469); Max value from RGB is 246 - color contains mainly: blue. Hex color #6D72F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D72F6 is #928D09. Grayscale: #7F7F7F. Windows color (decimal): -9604362 or 16151149. OLE color: 16151149.
HSL color Cylindrical-coordinate representation of color #6D72F6: hue angle of 237.81º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D72F6 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 109 | 114 | 246 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.04 |
| HSL | 237.81º | 0.88% | 0.7% | - |
| HSV(B) | 237.81º | 0.56% | 0.96% | - |
| XYZ | 28.96 | 21.94 | 89.9 | - |
| YUV | 127.55 | 194.84 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 246 | 0.56 | 0.54 | 0 | 0.04 | 237.81 | 0.88 | 0.7 |
| Hex | 6D | 72 | F6 | 38 | 36 | 0 | 4 | EE | 58 | 46 |
| Octal | 155 | 162 | 366 | 70 | 66 | 0 | 4 | 356 | 130 | 106 |
| Binary | 1101101 | 1110010 | 11110110 | 111000 | 110110 | 0 | 100 | 11101110 | 1011000 | 1000110 |
Color Harmonies of #6D72F6
Complementary color
Monochromatic Colors of #6D72F6
Black with #6D72F6
Text Example
Text Example
White with #6D72F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72F6; }
p { color: rgb(109,114,246); }
H1.HeaderClassName
{
color: #6D72F6;
}
.AnyTagClassName
{
color: #6D72F6;
}
</style>
background-color css
<style>
a { background-color: #6D72F6; }
a { background-color: rgb(109,114,246); }
div.DivClassName
{
background-color: #6D72F6;
}
.BgClassName
{
background-color: #6D72F6;
}
</style>
border-color css
<style>
span { border-color: #6D72F6; }
span { border-color: rgb(109,114,246); }
td.TdClassName
{
border-color: #6D72F6;
}
.TagClassName
{
border-color: #6D72F6;
}
</style>