Shades of Medium Slate Blue #6D5FFB
Tints of Medium Slate Blue #6D5FFB
RGB
CMYK
RGB Variations
Color information
#6D5FFB (or 0x6D5FFB) is known color: Medium Slate Blue. HEX triplet: 6D, 5F and FB. RGB value is (109,95,251). Sum of RGB (Red+Green+Blue) = 109+95+251=455 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.96% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D5FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D5FFB is #92A004. Grayscale: #747474. Windows color (decimal): -9609221 or 16473965. OLE color: 16473965.
HSL color Cylindrical-coordinate representation of color #6D5FFB: hue angle of 245.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D5FFB is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 95 | 251 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.02 |
| HSL | 245.38º | 0.95% | 0.68% | - |
| HSV(B) | 245.38º | 0.62% | 0.98% | - |
| XYZ | 27.81 | 18.4 | 93.35 | - |
| YUV | 116.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 251 | 0.57 | 0.62 | 0 | 0.02 | 245.38 | 0.95 | 0.68 |
| Hex | 6D | 5F | FB | 39 | 3E | 0 | 2 | F5 | 5F | 44 |
| Octal | 155 | 137 | 373 | 71 | 76 | 0 | 2 | 365 | 137 | 104 |
| Binary | 1101101 | 1011111 | 11111011 | 111001 | 111110 | 0 | 10 | 11110101 | 1011111 | 1000100 |
Color Harmonies of #6D5FFB
Complementary color
Monochromatic Colors of #6D5FFB
Black with #6D5FFB
Text Example
Text Example
White with #6D5FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5FFB; }
p { color: rgb(109,95,251); }
H1.HeaderClassName
{
color: #6D5FFB;
}
.AnyTagClassName
{
color: #6D5FFB;
}
</style>
background-color css
<style>
a { background-color: #6D5FFB; }
a { background-color: rgb(109,95,251); }
div.DivClassName
{
background-color: #6D5FFB;
}
.BgClassName
{
background-color: #6D5FFB;
}
</style>
border-color css
<style>
span { border-color: #6D5FFB; }
span { border-color: rgb(109,95,251); }
td.TdClassName
{
border-color: #6D5FFB;
}
.TagClassName
{
border-color: #6D5FFB;
}
</style>