Shades of Medium Slate Blue #6E6BFD
Tints of Medium Slate Blue #6E6BFD
RGB
CMYK
RGB Variations
Color information
#6E6BFD (or 0x6E6BFD) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and FD. RGB value is (110,107,253). Sum of RGB (Red+Green+Blue) = 110+107+253=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6BFD is #919402. Grayscale: #7B7B7B. Windows color (decimal): -9540611 or 16608110. OLE color: 16608110.
HSL color Cylindrical-coordinate representation of color #6E6BFD: hue angle of 241.23º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E6BFD is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 107 | 253 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.01 |
| HSL | 241.23º | 0.97% | 0.71% | - |
| HSV(B) | 241.23º | 0.58% | 0.99% | - |
| XYZ | 29.42 | 20.92 | 95.42 | - |
| YUV | 124.54 | 200.49 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 253 | 0.57 | 0.58 | 0 | 0.01 | 241.23 | 0.97 | 0.71 |
| Hex | 6E | 6B | FD | 39 | 3A | 0 | 1 | F1 | 61 | 47 |
| Octal | 156 | 153 | 375 | 71 | 72 | 0 | 1 | 361 | 141 | 107 |
| Binary | 1101110 | 1101011 | 11111101 | 111001 | 111010 | 0 | 1 | 11110001 | 1100001 | 1000111 |
Color Harmonies of #6E6BFD
Complementary color
Monochromatic Colors of #6E6BFD
Black with #6E6BFD
Text Example
Text Example
White with #6E6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BFD; }
p { color: rgb(110,107,253); }
H1.HeaderClassName
{
color: #6E6BFD;
}
.AnyTagClassName
{
color: #6E6BFD;
}
</style>
background-color css
<style>
a { background-color: #6E6BFD; }
a { background-color: rgb(110,107,253); }
div.DivClassName
{
background-color: #6E6BFD;
}
.BgClassName
{
background-color: #6E6BFD;
}
</style>
border-color css
<style>
span { border-color: #6E6BFD; }
span { border-color: rgb(110,107,253); }
td.TdClassName
{
border-color: #6E6BFD;
}
.TagClassName
{
border-color: #6E6BFD;
}
</style>