Shades of Medium Slate Blue #6B6BFA
Tints of Medium Slate Blue #6B6BFA
RGB
CMYK
RGB Variations
Color information
#6B6BFA (or 0x6B6BFA) is known color: Medium Slate Blue. HEX triplet: 6B, 6B and FA. RGB value is (107,107,250). Sum of RGB (Red+Green+Blue) = 107+107+250=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B6BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6BFA is #949405. Grayscale: #7A7A7A. Windows color (decimal): -9737222 or 16411499. OLE color: 16411499.
HSL color Cylindrical-coordinate representation of color #6B6BFA: hue angle of 240º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B6BFA is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 107 | 250 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.02 |
| HSL | 240º | 0.93% | 0.7% | - |
| HSV(B) | 240º | 0.57% | 0.98% | - |
| XYZ | 28.58 | 20.54 | 92.9 | - |
| YUV | 123.3 | 199.5 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 250 | 0.57 | 0.57 | 0 | 0.02 | 240 | 0.93 | 0.7 |
| Hex | 6B | 6B | FA | 39 | 39 | 0 | 2 | F0 | 5D | 46 |
| Octal | 153 | 153 | 372 | 71 | 71 | 0 | 2 | 360 | 135 | 106 |
| Binary | 1101011 | 1101011 | 11111010 | 111001 | 111001 | 0 | 10 | 11110000 | 1011101 | 1000110 |
Color Harmonies of #6B6BFA
Complementary color
Monochromatic Colors of #6B6BFA
Black with #6B6BFA
Text Example
Text Example
White with #6B6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BFA; }
p { color: rgb(107,107,250); }
H1.HeaderClassName
{
color: #6B6BFA;
}
.AnyTagClassName
{
color: #6B6BFA;
}
</style>
background-color css
<style>
a { background-color: #6B6BFA; }
a { background-color: rgb(107,107,250); }
div.DivClassName
{
background-color: #6B6BFA;
}
.BgClassName
{
background-color: #6B6BFA;
}
</style>
border-color css
<style>
span { border-color: #6B6BFA; }
span { border-color: rgb(107,107,250); }
td.TdClassName
{
border-color: #6B6BFA;
}
.TagClassName
{
border-color: #6B6BFA;
}
</style>