Shades of Medium Slate Blue #6F58FB
Tints of Medium Slate Blue #6F58FB
RGB
CMYK
RGB Variations
Color information
#6F58FB (or 0x6F58FB) is known color: Medium Slate Blue. HEX triplet: 6F, 58 and FB. RGB value is (111,88,251). Sum of RGB (Red+Green+Blue) = 111+88+251=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #6F58FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F58FB is #90A704. Grayscale: #707070. Windows color (decimal): -9479941 or 16472175. OLE color: 16472175.
HSL color Cylindrical-coordinate representation of color #6F58FB: hue angle of 248.47º degrees, saturation: 0.95, 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 #6F58FB is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 88 | 251 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.02 |
| HSL | 248.47º | 0.95% | 0.66% | - |
| HSV(B) | 248.47º | 0.65% | 0.98% | - |
| XYZ | 27.46 | 17.32 | 93.16 | - |
| YUV | 113.46 | 205.62 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 251 | 0.56 | 0.65 | 0 | 0.02 | 248.47 | 0.95 | 0.66 |
| Hex | 6F | 58 | FB | 38 | 41 | 0 | 2 | F8 | 5F | 42 |
| Octal | 157 | 130 | 373 | 70 | 101 | 0 | 2 | 370 | 137 | 102 |
| Binary | 1101111 | 1011000 | 11111011 | 111000 | 1000001 | 0 | 10 | 11111000 | 1011111 | 1000010 |
Color Harmonies of #6F58FB
Complementary color
Monochromatic Colors of #6F58FB
Black with #6F58FB
Text Example
Text Example
White with #6F58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58FB; }
p { color: rgb(111,88,251); }
H1.HeaderClassName
{
color: #6F58FB;
}
.AnyTagClassName
{
color: #6F58FB;
}
</style>
background-color css
<style>
a { background-color: #6F58FB; }
a { background-color: rgb(111,88,251); }
div.DivClassName
{
background-color: #6F58FB;
}
.BgClassName
{
background-color: #6F58FB;
}
</style>
border-color css
<style>
span { border-color: #6F58FB; }
span { border-color: rgb(111,88,251); }
td.TdClassName
{
border-color: #6F58FB;
}
.TagClassName
{
border-color: #6F58FB;
}
</style>