Shades of Medium Slate Blue #6F58FA
Tints of Medium Slate Blue #6F58FA
RGB
CMYK
RGB Variations
Color information
#6F58FA (or 0x6F58FA) is known color: Medium Slate Blue. HEX triplet: 6F, 58 and FA. RGB value is (111,88,250). Sum of RGB (Red+Green+Blue) = 111+88+250=449 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.72% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F58FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F58FA is #90A705. Grayscale: #707070. Windows color (decimal): -9479942 or 16406639. OLE color: 16406639.
HSL color Cylindrical-coordinate representation of color #6F58FA: hue angle of 248.52º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F58FA is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 88 | 250 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.02 |
| HSL | 248.52º | 0.94% | 0.66% | - |
| HSV(B) | 248.52º | 0.65% | 0.98% | - |
| XYZ | 27.3 | 17.26 | 92.34 | - |
| YUV | 113.35 | 205.12 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 250 | 0.56 | 0.65 | 0 | 0.02 | 248.52 | 0.94 | 0.66 |
| Hex | 6F | 58 | FA | 38 | 41 | 0 | 2 | F9 | 5E | 42 |
| Octal | 157 | 130 | 372 | 70 | 101 | 0 | 2 | 371 | 136 | 102 |
| Binary | 1101111 | 1011000 | 11111010 | 111000 | 1000001 | 0 | 10 | 11111001 | 1011110 | 1000010 |
Color Harmonies of #6F58FA
Complementary color
Monochromatic Colors of #6F58FA
Black with #6F58FA
Text Example
Text Example
White with #6F58FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58FA; }
p { color: rgb(111,88,250); }
H1.HeaderClassName
{
color: #6F58FA;
}
.AnyTagClassName
{
color: #6F58FA;
}
</style>
background-color css
<style>
a { background-color: #6F58FA; }
a { background-color: rgb(111,88,250); }
div.DivClassName
{
background-color: #6F58FA;
}
.BgClassName
{
background-color: #6F58FA;
}
</style>
border-color css
<style>
span { border-color: #6F58FA; }
span { border-color: rgb(111,88,250); }
td.TdClassName
{
border-color: #6F58FA;
}
.TagClassName
{
border-color: #6F58FA;
}
</style>