Shades of Medium Slate Blue #6D72F3
Tints of Medium Slate Blue #6D72F3
RGB
CMYK
RGB Variations
Color information
#6D72F3 (or 0x6D72F3) is known color: Medium Slate Blue. HEX triplet: 6D, 72 and F3. RGB value is (109,114,243). Sum of RGB (Red+Green+Blue) = 109+114+243=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #6D72F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D72F3 is #928D0C. Grayscale: #7E7E7E. Windows color (decimal): -9604365 or 15954541. OLE color: 15954541.
HSL color Cylindrical-coordinate representation of color #6D72F3: hue angle of 237.76º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D72F3 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 114 | 243 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.05 |
| HSL | 237.76º | 0.85% | 0.69% | - |
| HSV(B) | 237.76º | 0.55% | 0.95% | - |
| XYZ | 28.5 | 21.76 | 87.49 | - |
| YUV | 127.21 | 193.34 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 243 | 0.55 | 0.53 | 0 | 0.05 | 237.76 | 0.85 | 0.69 |
| Hex | 6D | 72 | F3 | 37 | 35 | 0 | 5 | EE | 55 | 45 |
| Octal | 155 | 162 | 363 | 67 | 65 | 0 | 5 | 356 | 125 | 105 |
| Binary | 1101101 | 1110010 | 11110011 | 110111 | 110101 | 0 | 101 | 11101110 | 1010101 | 1000101 |
Color Harmonies of #6D72F3
Complementary color
Monochromatic Colors of #6D72F3
Black with #6D72F3
Text Example
Text Example
White with #6D72F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72F3; }
p { color: rgb(109,114,243); }
H1.HeaderClassName
{
color: #6D72F3;
}
.AnyTagClassName
{
color: #6D72F3;
}
</style>
background-color css
<style>
a { background-color: #6D72F3; }
a { background-color: rgb(109,114,243); }
div.DivClassName
{
background-color: #6D72F3;
}
.BgClassName
{
background-color: #6D72F3;
}
</style>
border-color css
<style>
span { border-color: #6D72F3; }
span { border-color: rgb(109,114,243); }
td.TdClassName
{
border-color: #6D72F3;
}
.TagClassName
{
border-color: #6D72F3;
}
</style>