Shades of Medium Slate Blue #6B5FFC
Tints of Medium Slate Blue #6B5FFC
RGB
CMYK
RGB Variations
Color information
#6B5FFC (or 0x6B5FFC) is known color: Medium Slate Blue. HEX triplet: 6B, 5F and FC. RGB value is (107,95,252). Sum of RGB (Red+Green+Blue) = 107+95+252=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B5FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5FFC is #94A003. Grayscale: #737373. Windows color (decimal): -9740292 or 16539499. OLE color: 16539499.
HSL color Cylindrical-coordinate representation of color #6B5FFC: hue angle of 244.59º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B5FFC is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 95 | 252 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.01 |
| HSL | 244.59º | 0.96% | 0.68% | - |
| HSV(B) | 244.59º | 0.62% | 0.99% | - |
| XYZ | 27.73 | 18.34 | 94.17 | - |
| YUV | 116.49 | 204.48 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 252 | 0.58 | 0.62 | 0 | 0.01 | 244.59 | 0.96 | 0.68 |
| Hex | 6B | 5F | FC | 3A | 3E | 0 | 1 | F5 | 60 | 44 |
| Octal | 153 | 137 | 374 | 72 | 76 | 0 | 1 | 365 | 140 | 104 |
| Binary | 1101011 | 1011111 | 11111100 | 111010 | 111110 | 0 | 1 | 11110101 | 1100000 | 1000100 |
Color Harmonies of #6B5FFC
Complementary color
Monochromatic Colors of #6B5FFC
Black with #6B5FFC
Text Example
Text Example
White with #6B5FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5FFC; }
p { color: rgb(107,95,252); }
H1.HeaderClassName
{
color: #6B5FFC;
}
.AnyTagClassName
{
color: #6B5FFC;
}
</style>
background-color css
<style>
a { background-color: #6B5FFC; }
a { background-color: rgb(107,95,252); }
div.DivClassName
{
background-color: #6B5FFC;
}
.BgClassName
{
background-color: #6B5FFC;
}
</style>
border-color css
<style>
span { border-color: #6B5FFC; }
span { border-color: rgb(107,95,252); }
td.TdClassName
{
border-color: #6B5FFC;
}
.TagClassName
{
border-color: #6B5FFC;
}
</style>