Shades of Medium Slate Blue #6B5BFD
Tints of Medium Slate Blue #6B5BFD
RGB
CMYK
RGB Variations
Color information
#6B5BFD (or 0x6B5BFD) is known color: Medium Slate Blue. HEX triplet: 6B, 5B and FD. RGB value is (107,91,253). Sum of RGB (Red+Green+Blue) = 107+91+253=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B5BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5BFD is #94A402. Grayscale: #717171. Windows color (decimal): -9741315 or 16604011. OLE color: 16604011.
HSL color Cylindrical-coordinate representation of color #6B5BFD: hue angle of 245.93º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B5BFD is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 91 | 253 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.01 |
| HSL | 245.93º | 0.98% | 0.67% | - |
| HSV(B) | 245.93º | 0.64% | 0.99% | - |
| XYZ | 27.53 | 17.7 | 94.89 | - |
| YUV | 114.25 | 206.3 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 253 | 0.58 | 0.64 | 0 | 0.01 | 245.93 | 0.98 | 0.67 |
| Hex | 6B | 5B | FD | 3A | 40 | 0 | 1 | F6 | 62 | 43 |
| Octal | 153 | 133 | 375 | 72 | 100 | 0 | 1 | 366 | 142 | 103 |
| Binary | 1101011 | 1011011 | 11111101 | 111010 | 1000000 | 0 | 1 | 11110110 | 1100010 | 1000011 |
Color Harmonies of #6B5BFD
Complementary color
Monochromatic Colors of #6B5BFD
Black with #6B5BFD
Text Example
Text Example
White with #6B5BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BFD; }
p { color: rgb(107,91,253); }
H1.HeaderClassName
{
color: #6B5BFD;
}
.AnyTagClassName
{
color: #6B5BFD;
}
</style>
background-color css
<style>
a { background-color: #6B5BFD; }
a { background-color: rgb(107,91,253); }
div.DivClassName
{
background-color: #6B5BFD;
}
.BgClassName
{
background-color: #6B5BFD;
}
</style>
border-color css
<style>
span { border-color: #6B5BFD; }
span { border-color: rgb(107,91,253); }
td.TdClassName
{
border-color: #6B5BFD;
}
.TagClassName
{
border-color: #6B5BFD;
}
</style>