Shades of Medium Slate Blue #6D6BFE
Tints of Medium Slate Blue #6D6BFE
RGB
CMYK
RGB Variations
Color information
#6D6BFE (or 0x6D6BFE) is known color: Medium Slate Blue. HEX triplet: 6D, 6B and FE. RGB value is (109,107,254). Sum of RGB (Red+Green+Blue) = 109+107+254=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6BFE is #929401. Grayscale: #7B7B7B. Windows color (decimal): -9606146 or 16673645. OLE color: 16673645.
HSL color Cylindrical-coordinate representation of color #6D6BFE: hue angle of 240.82º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D6BFE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 107 | 254 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.00 |
| HSL | 240.82º | 0.99% | 0.71% | - |
| HSV(B) | 240.82º | 0.58% | 1% | - |
| XYZ | 29.45 | 20.92 | 96.25 | - |
| YUV | 124.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 254 | 0.57 | 0.58 | 0 | 0.00 | 240.82 | 0.99 | 0.71 |
| Hex | 6D | 6B | FE | 39 | 3A | 0 | 0 | F1 | 63 | 47 |
| Octal | 155 | 153 | 376 | 71 | 72 | 0 | 0 | 361 | 143 | 107 |
| Binary | 1101101 | 1101011 | 11111110 | 111001 | 111010 | 0 | 0 | 11110001 | 1100011 | 1000111 |
Color Harmonies of #6D6BFE
Complementary color
Monochromatic Colors of #6D6BFE
Black with #6D6BFE
Text Example
Text Example
White with #6D6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6BFE; }
p { color: rgb(109,107,254); }
H1.HeaderClassName
{
color: #6D6BFE;
}
.AnyTagClassName
{
color: #6D6BFE;
}
</style>
background-color css
<style>
a { background-color: #6D6BFE; }
a { background-color: rgb(109,107,254); }
div.DivClassName
{
background-color: #6D6BFE;
}
.BgClassName
{
background-color: #6D6BFE;
}
</style>
border-color css
<style>
span { border-color: #6D6BFE; }
span { border-color: rgb(109,107,254); }
td.TdClassName
{
border-color: #6D6BFE;
}
.TagClassName
{
border-color: #6D6BFE;
}
</style>