Shades of Medium Slate Blue #6B6EFC
Tints of Medium Slate Blue #6B6EFC
RGB
CMYK
RGB Variations
Color information
#6B6EFC (or 0x6B6EFC) is known color: Medium Slate Blue. HEX triplet: 6B, 6E and FC. RGB value is (107,110,252). Sum of RGB (Red+Green+Blue) = 107+110+252=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #6B6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B6EFC is #949103. Grayscale: #7C7C7C. Windows color (decimal): -9736452 or 16543339. OLE color: 16543339.
HSL color Cylindrical-coordinate representation of color #6B6EFC: hue angle of 238.76º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B6EFC is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 107 | 110 | 252 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.01 |
| HSL | 238.76º | 0.96% | 0.7% | - |
| HSV(B) | 238.76º | 0.58% | 0.99% | - |
| XYZ | 29.21 | 21.31 | 94.67 | - |
| YUV | 125.29 | 199.51 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 252 | 0.58 | 0.56 | 0 | 0.01 | 238.76 | 0.96 | 0.7 |
| Hex | 6B | 6E | FC | 3A | 38 | 0 | 1 | EF | 60 | 46 |
| Octal | 153 | 156 | 374 | 72 | 70 | 0 | 1 | 357 | 140 | 106 |
| Binary | 1101011 | 1101110 | 11111100 | 111010 | 111000 | 0 | 1 | 11101111 | 1100000 | 1000110 |
Color Harmonies of #6B6EFC
Complementary color
Monochromatic Colors of #6B6EFC
Black with #6B6EFC
Text Example
Text Example
White with #6B6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6EFC; }
p { color: rgb(107,110,252); }
H1.HeaderClassName
{
color: #6B6EFC;
}
.AnyTagClassName
{
color: #6B6EFC;
}
</style>
background-color css
<style>
a { background-color: #6B6EFC; }
a { background-color: rgb(107,110,252); }
div.DivClassName
{
background-color: #6B6EFC;
}
.BgClassName
{
background-color: #6B6EFC;
}
</style>
border-color css
<style>
span { border-color: #6B6EFC; }
span { border-color: rgb(107,110,252); }
td.TdClassName
{
border-color: #6B6EFC;
}
.TagClassName
{
border-color: #6B6EFC;
}
</style>