Shades of Medium Slate Blue #6C50F2
Tints of Medium Slate Blue #6C50F2
RGB
CMYK
RGB Variations
Color information
#6C50F2 (or 0x6C50F2) is known color: Medium Slate Blue. HEX triplet: 6C, 50 and F2. RGB value is (108,80,242). Sum of RGB (Red+Green+Blue) = 108+80+242=430 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.12% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #6C50F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C50F2 is #93AF0D. Grayscale: #6A6A6A. Windows color (decimal): -9678606 or 15880300. OLE color: 15880300.
HSL color Cylindrical-coordinate representation of color #6C50F2: hue angle of 250.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C50F2 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 80 | 242 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.05 |
| HSL | 250.37º | 0.86% | 0.63% | - |
| HSV(B) | 250.37º | 0.67% | 0.95% | - |
| XYZ | 25.08 | 15.34 | 85.64 | - |
| YUV | 106.84 | 204.28 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 80 | 242 | 0.55 | 0.67 | 0 | 0.05 | 250.37 | 0.86 | 0.63 |
| Hex | 6C | 50 | F2 | 37 | 43 | 0 | 5 | FA | 56 | 3F |
| Octal | 154 | 120 | 362 | 67 | 103 | 0 | 5 | 372 | 126 | 77 |
| Binary | 1101100 | 1010000 | 11110010 | 110111 | 1000011 | 0 | 101 | 11111010 | 1010110 | 111111 |
Color Harmonies of #6C50F2
Complementary color
Monochromatic Colors of #6C50F2
Black with #6C50F2
Text Example
Text Example
White with #6C50F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C50F2; }
p { color: rgb(108,80,242); }
H1.HeaderClassName
{
color: #6C50F2;
}
.AnyTagClassName
{
color: #6C50F2;
}
</style>
background-color css
<style>
a { background-color: #6C50F2; }
a { background-color: rgb(108,80,242); }
div.DivClassName
{
background-color: #6C50F2;
}
.BgClassName
{
background-color: #6C50F2;
}
</style>
border-color css
<style>
span { border-color: #6C50F2; }
span { border-color: rgb(108,80,242); }
td.TdClassName
{
border-color: #6C50F2;
}
.TagClassName
{
border-color: #6C50F2;
}
</style>