Shades of Medium Slate Blue #6B5CFA
Tints of Medium Slate Blue #6B5CFA
RGB
CMYK
RGB Variations
Color information
#6B5CFA (or 0x6B5CFA) is known color: Medium Slate Blue. HEX triplet: 6B, 5C and FA. RGB value is (107,92,250). Sum of RGB (Red+Green+Blue) = 107+92+250=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B5CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5CFA is #94A305. Grayscale: #717171. Windows color (decimal): -9741062 or 16407659. OLE color: 16407659.
HSL color Cylindrical-coordinate representation of color #6B5CFA: hue angle of 245.7º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B5CFA is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 92 | 250 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.02 |
| HSL | 245.7º | 0.94% | 0.67% | - |
| HSV(B) | 245.7º | 0.63% | 0.98% | - |
| XYZ | 27.15 | 17.68 | 92.42 | - |
| YUV | 114.5 | 204.47 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 250 | 0.57 | 0.63 | 0 | 0.02 | 245.7 | 0.94 | 0.67 |
| Hex | 6B | 5C | FA | 39 | 3F | 0 | 2 | F6 | 5E | 43 |
| Octal | 153 | 134 | 372 | 71 | 77 | 0 | 2 | 366 | 136 | 103 |
| Binary | 1101011 | 1011100 | 11111010 | 111001 | 111111 | 0 | 10 | 11110110 | 1011110 | 1000011 |
Color Harmonies of #6B5CFA
Complementary color
Monochromatic Colors of #6B5CFA
Black with #6B5CFA
Text Example
Text Example
White with #6B5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CFA; }
p { color: rgb(107,92,250); }
H1.HeaderClassName
{
color: #6B5CFA;
}
.AnyTagClassName
{
color: #6B5CFA;
}
</style>
background-color css
<style>
a { background-color: #6B5CFA; }
a { background-color: rgb(107,92,250); }
div.DivClassName
{
background-color: #6B5CFA;
}
.BgClassName
{
background-color: #6B5CFA;
}
</style>
border-color css
<style>
span { border-color: #6B5CFA; }
span { border-color: rgb(107,92,250); }
td.TdClassName
{
border-color: #6B5CFA;
}
.TagClassName
{
border-color: #6B5CFA;
}
</style>