Shades of Medium Slate Blue #6B6AF1
Tints of Medium Slate Blue #6B6AF1
RGB
CMYK
RGB Variations
Color information
#6B6AF1 (or 0x6B6AF1) is known color: Medium Slate Blue. HEX triplet: 6B, 6A and F1. RGB value is (107,106,241). Sum of RGB (Red+Green+Blue) = 107+106+241=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B6AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6AF1 is #94950E. Grayscale: #797979. Windows color (decimal): -9737487 or 15821419. OLE color: 15821419.
HSL color Cylindrical-coordinate representation of color #6B6AF1: hue angle of 240.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B6AF1 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 106 | 241 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.05 |
| HSL | 240.44º | 0.83% | 0.68% | - |
| HSV(B) | 240.44º | 0.56% | 0.95% | - |
| XYZ | 27.09 | 19.78 | 85.61 | - |
| YUV | 121.69 | 195.33 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 241 | 0.56 | 0.56 | 0 | 0.05 | 240.44 | 0.83 | 0.68 |
| Hex | 6B | 6A | F1 | 38 | 38 | 0 | 5 | F0 | 53 | 44 |
| Octal | 153 | 152 | 361 | 70 | 70 | 0 | 5 | 360 | 123 | 104 |
| Binary | 1101011 | 1101010 | 11110001 | 111000 | 111000 | 0 | 101 | 11110000 | 1010011 | 1000100 |
Color Harmonies of #6B6AF1
Complementary color
Monochromatic Colors of #6B6AF1
Black with #6B6AF1
Text Example
Text Example
White with #6B6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6AF1; }
p { color: rgb(107,106,241); }
H1.HeaderClassName
{
color: #6B6AF1;
}
.AnyTagClassName
{
color: #6B6AF1;
}
</style>
background-color css
<style>
a { background-color: #6B6AF1; }
a { background-color: rgb(107,106,241); }
div.DivClassName
{
background-color: #6B6AF1;
}
.BgClassName
{
background-color: #6B6AF1;
}
</style>
border-color css
<style>
span { border-color: #6B6AF1; }
span { border-color: rgb(107,106,241); }
td.TdClassName
{
border-color: #6B6AF1;
}
.TagClassName
{
border-color: #6B6AF1;
}
</style>