Shades of Medium Slate Blue #6B52FE
Tints of Medium Slate Blue #6B52FE
RGB
CMYK
RGB Variations
Color information
#6B52FE (or 0x6B52FE) is known color: Medium Slate Blue. HEX triplet: 6B, 52 and FE. RGB value is (107,82,254). Sum of RGB (Red+Green+Blue) = 107+82+254=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B52FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B52FE is #94AD01. Grayscale: #6C6C6C. Windows color (decimal): -9743618 or 16667243. OLE color: 16667243.
HSL color Cylindrical-coordinate representation of color #6B52FE: hue angle of 248.72º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B52FE is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 82 | 254 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.00 |
| HSL | 248.72º | 0.99% | 0.66% | - |
| HSV(B) | 248.72º | 0.68% | 1% | - |
| XYZ | 26.97 | 16.32 | 95.49 | - |
| YUV | 109.08 | 209.78 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 254 | 0.58 | 0.68 | 0 | 0.00 | 248.72 | 0.99 | 0.66 |
| Hex | 6B | 52 | FE | 3A | 44 | 0 | 0 | F9 | 63 | 42 |
| Octal | 153 | 122 | 376 | 72 | 104 | 0 | 0 | 371 | 143 | 102 |
| Binary | 1101011 | 1010010 | 11111110 | 111010 | 1000100 | 0 | 0 | 11111001 | 1100011 | 1000010 |
Color Harmonies of #6B52FE
Complementary color
Monochromatic Colors of #6B52FE
Black with #6B52FE
Text Example
Text Example
White with #6B52FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B52FE; }
p { color: rgb(107,82,254); }
H1.HeaderClassName
{
color: #6B52FE;
}
.AnyTagClassName
{
color: #6B52FE;
}
</style>
background-color css
<style>
a { background-color: #6B52FE; }
a { background-color: rgb(107,82,254); }
div.DivClassName
{
background-color: #6B52FE;
}
.BgClassName
{
background-color: #6B52FE;
}
</style>
border-color css
<style>
span { border-color: #6B52FE; }
span { border-color: rgb(107,82,254); }
td.TdClassName
{
border-color: #6B52FE;
}
.TagClassName
{
border-color: #6B52FE;
}
</style>