Shades of Medium Slate Blue #6F73F3
Tints of Medium Slate Blue #6F73F3
RGB
CMYK
RGB Variations
Color information
#6F73F3 (or 0x6F73F3) is known color: Medium Slate Blue. HEX triplet: 6F, 73 and F3. RGB value is (111,115,243). Sum of RGB (Red+Green+Blue) = 111+115+243=469 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.67% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 243 (95.31% from 255 or 51.81% from 469); Max value from RGB is 243 - color contains mainly: blue. Hex color #6F73F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F73F3 is #908C0C. Grayscale: #7F7F7F. Windows color (decimal): -9473037 or 15954799. OLE color: 15954799.
HSL color Cylindrical-coordinate representation of color #6F73F3: hue angle of 238.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F73F3 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 115 | 243 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.05 |
| HSL | 238.18º | 0.85% | 0.69% | - |
| HSV(B) | 238.18º | 0.54% | 0.95% | - |
| XYZ | 28.86 | 22.11 | 87.54 | - |
| YUV | 128.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 243 | 0.54 | 0.53 | 0 | 0.05 | 238.18 | 0.85 | 0.69 |
| Hex | 6F | 73 | F3 | 36 | 35 | 0 | 5 | EE | 55 | 45 |
| Octal | 157 | 163 | 363 | 66 | 65 | 0 | 5 | 356 | 125 | 105 |
| Binary | 1101111 | 1110011 | 11110011 | 110110 | 110101 | 0 | 101 | 11101110 | 1010101 | 1000101 |
Color Harmonies of #6F73F3
Complementary color
Monochromatic Colors of #6F73F3
Black with #6F73F3
Text Example
Text Example
White with #6F73F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F73F3; }
p { color: rgb(111,115,243); }
H1.HeaderClassName
{
color: #6F73F3;
}
.AnyTagClassName
{
color: #6F73F3;
}
</style>
background-color css
<style>
a { background-color: #6F73F3; }
a { background-color: rgb(111,115,243); }
div.DivClassName
{
background-color: #6F73F3;
}
.BgClassName
{
background-color: #6F73F3;
}
</style>
border-color css
<style>
span { border-color: #6F73F3; }
span { border-color: rgb(111,115,243); }
td.TdClassName
{
border-color: #6F73F3;
}
.TagClassName
{
border-color: #6F73F3;
}
</style>