Shades of Medium Slate Blue #6F58F9
Tints of Medium Slate Blue #6F58F9
RGB
CMYK
RGB Variations
Color information
#6F58F9 (or 0x6F58F9) is known color: Medium Slate Blue. HEX triplet: 6F, 58 and F9. RGB value is (111,88,249). Sum of RGB (Red+Green+Blue) = 111+88+249=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F58F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F58F9 is #90A706. Grayscale: #707070. Windows color (decimal): -9479943 or 16341103. OLE color: 16341103.
HSL color Cylindrical-coordinate representation of color #6F58F9: hue angle of 248.57º degrees, saturation: 0.93, 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 #6F58F9 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 88 | 249 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.02 |
| HSL | 248.57º | 0.93% | 0.66% | - |
| HSV(B) | 248.57º | 0.65% | 0.98% | - |
| XYZ | 27.14 | 17.2 | 91.51 | - |
| YUV | 113.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 249 | 0.55 | 0.65 | 0 | 0.02 | 248.57 | 0.93 | 0.66 |
| Hex | 6F | 58 | F9 | 37 | 41 | 0 | 2 | F9 | 5D | 42 |
| Octal | 157 | 130 | 371 | 67 | 101 | 0 | 2 | 371 | 135 | 102 |
| Binary | 1101111 | 1011000 | 11111001 | 110111 | 1000001 | 0 | 10 | 11111001 | 1011101 | 1000010 |
Color Harmonies of #6F58F9
Complementary color
Monochromatic Colors of #6F58F9
Black with #6F58F9
Text Example
Text Example
White with #6F58F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F58F9; }
p { color: rgb(111,88,249); }
H1.HeaderClassName
{
color: #6F58F9;
}
.AnyTagClassName
{
color: #6F58F9;
}
</style>
background-color css
<style>
a { background-color: #6F58F9; }
a { background-color: rgb(111,88,249); }
div.DivClassName
{
background-color: #6F58F9;
}
.BgClassName
{
background-color: #6F58F9;
}
</style>
border-color css
<style>
span { border-color: #6F58F9; }
span { border-color: rgb(111,88,249); }
td.TdClassName
{
border-color: #6F58F9;
}
.TagClassName
{
border-color: #6F58F9;
}
</style>