Shades of Medium Slate Blue #6F52F2
Tints of Medium Slate Blue #6F52F2
RGB
CMYK
RGB Variations
Color information
#6F52F2 (or 0x6F52F2) is known color: Medium Slate Blue. HEX triplet: 6F, 52 and F2. RGB value is (111,82,242). Sum of RGB (Red+Green+Blue) = 111+82+242=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #6F52F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F52F2 is #90AD0D. Grayscale: #6C6C6C. Windows color (decimal): -9481486 or 15880815. OLE color: 15880815.
HSL color Cylindrical-coordinate representation of color #6F52F2: hue angle of 250.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F52F2 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 82 | 242 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.05 |
| HSL | 250.88º | 0.86% | 0.64% | - |
| HSV(B) | 250.88º | 0.66% | 0.95% | - |
| XYZ | 25.6 | 15.82 | 85.71 | - |
| YUV | 108.91 | 203.11 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 82 | 242 | 0.54 | 0.66 | 0 | 0.05 | 250.88 | 0.86 | 0.64 |
| Hex | 6F | 52 | F2 | 36 | 42 | 0 | 5 | FB | 56 | 40 |
| Octal | 157 | 122 | 362 | 66 | 102 | 0 | 5 | 373 | 126 | 100 |
| Binary | 1101111 | 1010010 | 11110010 | 110110 | 1000010 | 0 | 101 | 11111011 | 1010110 | 1000000 |
Color Harmonies of #6F52F2
Complementary color
Monochromatic Colors of #6F52F2
Black with #6F52F2
Text Example
Text Example
White with #6F52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F52F2; }
p { color: rgb(111,82,242); }
H1.HeaderClassName
{
color: #6F52F2;
}
.AnyTagClassName
{
color: #6F52F2;
}
</style>
background-color css
<style>
a { background-color: #6F52F2; }
a { background-color: rgb(111,82,242); }
div.DivClassName
{
background-color: #6F52F2;
}
.BgClassName
{
background-color: #6F52F2;
}
</style>
border-color css
<style>
span { border-color: #6F52F2; }
span { border-color: rgb(111,82,242); }
td.TdClassName
{
border-color: #6F52F2;
}
.TagClassName
{
border-color: #6F52F2;
}
</style>