Shades of Medium Slate Blue #6A6CE8
Tints of Medium Slate Blue #6A6CE8
RGB
CMYK
RGB Variations
Color information
#6A6CE8 (or 0x6A6CE8) is known color: Medium Slate Blue. HEX triplet: 6A, 6C and E8. RGB value is (106,108,232). Sum of RGB (Red+Green+Blue) = 106+108+232=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 232 (91.02% from 255 or 52.02% from 446); Max value from RGB is 232 - color contains mainly: blue. Hex color #6A6CE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6CE8 is #959317. Grayscale: #797979. Windows color (decimal): -9802520 or 15232106. OLE color: 15232106.
HSL color Cylindrical-coordinate representation of color #6A6CE8: hue angle of 239.05º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A6CE8 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 106 | 108 | 232 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.09 |
| HSL | 239.05º | 0.73% | 0.66% | - |
| HSV(B) | 239.05º | 0.54% | 0.91% | - |
| XYZ | 25.87 | 19.62 | 78.77 | - |
| YUV | 121.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 232 | 0.54 | 0.53 | 0 | 0.09 | 239.05 | 0.73 | 0.66 |
| Hex | 6A | 6C | E8 | 36 | 35 | 0 | 9 | EF | 49 | 42 |
| Octal | 152 | 154 | 350 | 66 | 65 | 0 | 11 | 357 | 111 | 102 |
| Binary | 1101010 | 1101100 | 11101000 | 110110 | 110101 | 0 | 1001 | 11101111 | 1001001 | 1000010 |
Color Harmonies of #6A6CE8
Complementary color
Monochromatic Colors of #6A6CE8
Black with #6A6CE8
Text Example
Text Example
White with #6A6CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CE8; }
p { color: rgb(106,108,232); }
H1.HeaderClassName
{
color: #6A6CE8;
}
.AnyTagClassName
{
color: #6A6CE8;
}
</style>
background-color css
<style>
a { background-color: #6A6CE8; }
a { background-color: rgb(106,108,232); }
div.DivClassName
{
background-color: #6A6CE8;
}
.BgClassName
{
background-color: #6A6CE8;
}
</style>
border-color css
<style>
span { border-color: #6A6CE8; }
span { border-color: rgb(106,108,232); }
td.TdClassName
{
border-color: #6A6CE8;
}
.TagClassName
{
border-color: #6A6CE8;
}
</style>