Shades of Medium Slate Blue #6F73ED
Tints of Medium Slate Blue #6F73ED
RGB
CMYK
RGB Variations
Color information
#6F73ED (or 0x6F73ED) is known color: Medium Slate Blue. HEX triplet: 6F, 73 and ED. RGB value is (111,115,237). Sum of RGB (Red+Green+Blue) = 111+115+237=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F73ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F73ED is #908C12. Grayscale: #7F7F7F. Windows color (decimal): -9473043 or 15561583. OLE color: 15561583.
HSL color Cylindrical-coordinate representation of color #6F73ED: hue angle of 238.1º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F73ED is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 115 | 237 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.07 |
| HSL | 238.1º | 0.78% | 0.68% | - |
| HSV(B) | 238.1º | 0.53% | 0.93% | - |
| XYZ | 27.97 | 21.76 | 82.85 | - |
| YUV | 127.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 237 | 0.53 | 0.51 | 0 | 0.07 | 238.1 | 0.78 | 0.68 |
| Hex | 6F | 73 | ED | 35 | 33 | 0 | 7 | EE | 4E | 44 |
| Octal | 157 | 163 | 355 | 65 | 63 | 0 | 7 | 356 | 116 | 104 |
| Binary | 1101111 | 1110011 | 11101101 | 110101 | 110011 | 0 | 111 | 11101110 | 1001110 | 1000100 |
Color Harmonies of #6F73ED
Complementary color
Monochromatic Colors of #6F73ED
Black with #6F73ED
Text Example
Text Example
White with #6F73ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F73ED; }
p { color: rgb(111,115,237); }
H1.HeaderClassName
{
color: #6F73ED;
}
.AnyTagClassName
{
color: #6F73ED;
}
</style>
background-color css
<style>
a { background-color: #6F73ED; }
a { background-color: rgb(111,115,237); }
div.DivClassName
{
background-color: #6F73ED;
}
.BgClassName
{
background-color: #6F73ED;
}
</style>
border-color css
<style>
span { border-color: #6F73ED; }
span { border-color: rgb(111,115,237); }
td.TdClassName
{
border-color: #6F73ED;
}
.TagClassName
{
border-color: #6F73ED;
}
</style>