Shades of Medium Slate Blue #6B50FD
Tints of Medium Slate Blue #6B50FD
RGB
CMYK
RGB Variations
Color information
#6B50FD (or 0x6B50FD) is known color: Medium Slate Blue. HEX triplet: 6B, 50 and FD. RGB value is (107,80,253). Sum of RGB (Red+Green+Blue) = 107+80+253=440 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.32% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B50FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B50FD is #94AF02. Grayscale: #6B6B6B. Windows color (decimal): -9744131 or 16601195. OLE color: 16601195.
HSL color Cylindrical-coordinate representation of color #6B50FD: hue angle of 249.36º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B50FD is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 80 | 253 | - |
| CMYK | 0.58 | 0.68 | 0 | 0.01 |
| HSL | 249.36º | 0.98% | 0.65% | - |
| HSV(B) | 249.36º | 0.68% | 0.99% | - |
| XYZ | 26.66 | 15.95 | 94.6 | - |
| YUV | 107.8 | 209.95 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 253 | 0.58 | 0.68 | 0 | 0.01 | 249.36 | 0.98 | 0.65 |
| Hex | 6B | 50 | FD | 3A | 44 | 0 | 1 | F9 | 62 | 41 |
| Octal | 153 | 120 | 375 | 72 | 104 | 0 | 1 | 371 | 142 | 101 |
| Binary | 1101011 | 1010000 | 11111101 | 111010 | 1000100 | 0 | 1 | 11111001 | 1100010 | 1000001 |
Color Harmonies of #6B50FD
Complementary color
Monochromatic Colors of #6B50FD
Black with #6B50FD
Text Example
Text Example
White with #6B50FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B50FD; }
p { color: rgb(107,80,253); }
H1.HeaderClassName
{
color: #6B50FD;
}
.AnyTagClassName
{
color: #6B50FD;
}
</style>
background-color css
<style>
a { background-color: #6B50FD; }
a { background-color: rgb(107,80,253); }
div.DivClassName
{
background-color: #6B50FD;
}
.BgClassName
{
background-color: #6B50FD;
}
</style>
border-color css
<style>
span { border-color: #6B50FD; }
span { border-color: rgb(107,80,253); }
td.TdClassName
{
border-color: #6B50FD;
}
.TagClassName
{
border-color: #6B50FD;
}
</style>