Shades of Medium Slate Blue #6F58FE
Tints of Medium Slate Blue #6F58FE
RGB
CMYK
RGB Variations
Color information
#6F58FE (or 0x6F58FE) is known color: Medium Slate Blue. HEX triplet: 6F, 58 and FE. RGB value is (111,88,254). Sum of RGB (Red+Green+Blue) = 111+88+254=453 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.50% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F58FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F58FE is #90A701. Grayscale: #717171. Windows color (decimal): -9479938 or 16668783. OLE color: 16668783.
HSL color Cylindrical-coordinate representation of color #6F58FE: hue angle of 248.31º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F58FE is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 88 | 254 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.00 |
| HSL | 248.31º | 0.99% | 0.67% | - |
| HSV(B) | 248.31º | 0.65% | 1% | - |
| XYZ | 27.93 | 17.51 | 95.67 | - |
| YUV | 113.8 | 207.12 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 254 | 0.56 | 0.65 | 0 | 0.00 | 248.31 | 0.99 | 0.67 |
| Hex | 6F | 58 | FE | 38 | 41 | 0 | 0 | F8 | 63 | 43 |
| Octal | 157 | 130 | 376 | 70 | 101 | 0 | 0 | 370 | 143 | 103 |
| Binary | 1101111 | 1011000 | 11111110 | 111000 | 1000001 | 0 | 0 | 11111000 | 1100011 | 1000011 |
Color Harmonies of #6F58FE
Complementary color
Monochromatic Colors of #6F58FE
Black with #6F58FE
Text Example
Text Example
White with #6F58FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58FE; }
p { color: rgb(111,88,254); }
H1.HeaderClassName
{
color: #6F58FE;
}
.AnyTagClassName
{
color: #6F58FE;
}
</style>
background-color css
<style>
a { background-color: #6F58FE; }
a { background-color: rgb(111,88,254); }
div.DivClassName
{
background-color: #6F58FE;
}
.BgClassName
{
background-color: #6F58FE;
}
</style>
border-color css
<style>
span { border-color: #6F58FE; }
span { border-color: rgb(111,88,254); }
td.TdClassName
{
border-color: #6F58FE;
}
.TagClassName
{
border-color: #6F58FE;
}
</style>