Shades of Medium Slate Blue #6B7BF3
Tints of Medium Slate Blue #6B7BF3
RGB
CMYK
RGB Variations
Color information
#6B7BF3 (or 0x6B7BF3) is known color: Medium Slate Blue. HEX triplet: 6B, 7B and F3. RGB value is (107,123,243). Sum of RGB (Red+Green+Blue) = 107+123+243=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #6B7BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B7BF3 is #94840C. Grayscale: #838383. Windows color (decimal): -9733133 or 15956843. OLE color: 15956843.
HSL color Cylindrical-coordinate representation of color #6B7BF3: hue angle of 232.94º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B7BF3 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 107 | 123 | 243 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.05 |
| HSL | 232.94º | 0.85% | 0.69% | - |
| HSV(B) | 232.94º | 0.56% | 0.95% | - |
| XYZ | 29.32 | 23.76 | 87.84 | - |
| YUV | 131.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 243 | 0.56 | 0.49 | 0 | 0.05 | 232.94 | 0.85 | 0.69 |
| Hex | 6B | 7B | F3 | 38 | 31 | 0 | 5 | E9 | 55 | 45 |
| Octal | 153 | 173 | 363 | 70 | 61 | 0 | 5 | 351 | 125 | 105 |
| Binary | 1101011 | 1111011 | 11110011 | 111000 | 110001 | 0 | 101 | 11101001 | 1010101 | 1000101 |
Color Harmonies of #6B7BF3
Complementary color
Monochromatic Colors of #6B7BF3
Black with #6B7BF3
Text Example
Text Example
White with #6B7BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7BF3; }
p { color: rgb(107,123,243); }
H1.HeaderClassName
{
color: #6B7BF3;
}
.AnyTagClassName
{
color: #6B7BF3;
}
</style>
background-color css
<style>
a { background-color: #6B7BF3; }
a { background-color: rgb(107,123,243); }
div.DivClassName
{
background-color: #6B7BF3;
}
.BgClassName
{
background-color: #6B7BF3;
}
</style>
border-color css
<style>
span { border-color: #6B7BF3; }
span { border-color: rgb(107,123,243); }
td.TdClassName
{
border-color: #6B7BF3;
}
.TagClassName
{
border-color: #6B7BF3;
}
</style>