Shades of Medium Slate Blue #6B7BF1
Tints of Medium Slate Blue #6B7BF1
RGB
CMYK
RGB Variations
Color information
#6B7BF1 (or 0x6B7BF1) is known color: Medium Slate Blue. HEX triplet: 6B, 7B and F1. RGB value is (107,123,241). Sum of RGB (Red+Green+Blue) = 107+123+241=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #6B7BF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BF1 is #94840E. Grayscale: #838383. Windows color (decimal): -9733135 or 15825771. OLE color: 15825771.
HSL color Cylindrical-coordinate representation of color #6B7BF1: hue angle of 232.84º 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 #6B7BF1 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 123 | 241 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.05 |
| HSL | 232.84º | 0.83% | 0.68% | - |
| HSV(B) | 232.84º | 0.56% | 0.95% | - |
| XYZ | 29.02 | 23.64 | 86.25 | - |
| YUV | 131.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 241 | 0.56 | 0.49 | 0 | 0.05 | 232.84 | 0.83 | 0.68 |
| Hex | 6B | 7B | F1 | 38 | 31 | 0 | 5 | E9 | 53 | 44 |
| Octal | 153 | 173 | 361 | 70 | 61 | 0 | 5 | 351 | 123 | 104 |
| Binary | 1101011 | 1111011 | 11110001 | 111000 | 110001 | 0 | 101 | 11101001 | 1010011 | 1000100 |
Color Harmonies of #6B7BF1
Complementary color
Monochromatic Colors of #6B7BF1
Black with #6B7BF1
Text Example
Text Example
White with #6B7BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BF1; }
p { color: rgb(107,123,241); }
H1.HeaderClassName
{
color: #6B7BF1;
}
.AnyTagClassName
{
color: #6B7BF1;
}
</style>
background-color css
<style>
a { background-color: #6B7BF1; }
a { background-color: rgb(107,123,241); }
div.DivClassName
{
background-color: #6B7BF1;
}
.BgClassName
{
background-color: #6B7BF1;
}
</style>
border-color css
<style>
span { border-color: #6B7BF1; }
span { border-color: rgb(107,123,241); }
td.TdClassName
{
border-color: #6B7BF1;
}
.TagClassName
{
border-color: #6B7BF1;
}
</style>