Shades of Medium Slate Blue #6F52F9
Tints of Medium Slate Blue #6F52F9
RGB
CMYK
RGB Variations
Color information
#6F52F9 (or 0x6F52F9) is known color: Medium Slate Blue. HEX triplet: 6F, 52 and F9. RGB value is (111,82,249). Sum of RGB (Red+Green+Blue) = 111+82+249=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #6F52F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F52F9 is #90AD06. Grayscale: #6D6D6D. Windows color (decimal): -9481479 or 16339567. OLE color: 16339567.
HSL color Cylindrical-coordinate representation of color #6F52F9: hue angle of 250.42º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F52F9 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 82 | 249 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.02 |
| HSL | 250.42º | 0.93% | 0.65% | - |
| HSV(B) | 250.42º | 0.67% | 0.98% | - |
| XYZ | 26.67 | 16.25 | 91.35 | - |
| YUV | 109.71 | 206.61 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 249 | 0.55 | 0.67 | 0 | 0.02 | 250.42 | 0.93 | 0.65 |
| Hex | 6F | 52 | F9 | 37 | 43 | 0 | 2 | FA | 5D | 41 |
| Octal | 157 | 122 | 371 | 67 | 103 | 0 | 2 | 372 | 135 | 101 |
| Binary | 1101111 | 1010010 | 11111001 | 110111 | 1000011 | 0 | 10 | 11111010 | 1011101 | 1000001 |
Color Harmonies of #6F52F9
Complementary color
Monochromatic Colors of #6F52F9
Black with #6F52F9
Text Example
Text Example
White with #6F52F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F52F9; }
p { color: rgb(111,82,249); }
H1.HeaderClassName
{
color: #6F52F9;
}
.AnyTagClassName
{
color: #6F52F9;
}
</style>
background-color css
<style>
a { background-color: #6F52F9; }
a { background-color: rgb(111,82,249); }
div.DivClassName
{
background-color: #6F52F9;
}
.BgClassName
{
background-color: #6F52F9;
}
</style>
border-color css
<style>
span { border-color: #6F52F9; }
span { border-color: rgb(111,82,249); }
td.TdClassName
{
border-color: #6F52F9;
}
.TagClassName
{
border-color: #6F52F9;
}
</style>