Shades of Medium Slate Blue #6A6CEA
Tints of Medium Slate Blue #6A6CEA
RGB
CMYK
RGB Variations
Color information
#6A6CEA (or 0x6A6CEA) is known color: Medium Slate Blue. HEX triplet: 6A, 6C and EA. RGB value is (106,108,234). Sum of RGB (Red+Green+Blue) = 106+108+234=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A6CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6CEA is #959315. Grayscale: #797979. Windows color (decimal): -9802518 or 15363178. OLE color: 15363178.
HSL color Cylindrical-coordinate representation of color #6A6CEA: hue angle of 239.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A6CEA is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 108 | 234 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.08 |
| HSL | 239.06º | 0.75% | 0.67% | - |
| HSV(B) | 239.06º | 0.55% | 0.92% | - |
| XYZ | 26.16 | 19.73 | 80.27 | - |
| YUV | 121.77 | 191.34 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 234 | 0.55 | 0.54 | 0 | 0.08 | 239.06 | 0.75 | 0.67 |
| Hex | 6A | 6C | EA | 37 | 36 | 0 | 8 | EF | 4B | 43 |
| Octal | 152 | 154 | 352 | 67 | 66 | 0 | 10 | 357 | 113 | 103 |
| Binary | 1101010 | 1101100 | 11101010 | 110111 | 110110 | 0 | 1000 | 11101111 | 1001011 | 1000011 |
Color Harmonies of #6A6CEA
Complementary color
Monochromatic Colors of #6A6CEA
Black with #6A6CEA
Text Example
Text Example
White with #6A6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CEA; }
p { color: rgb(106,108,234); }
H1.HeaderClassName
{
color: #6A6CEA;
}
.AnyTagClassName
{
color: #6A6CEA;
}
</style>
background-color css
<style>
a { background-color: #6A6CEA; }
a { background-color: rgb(106,108,234); }
div.DivClassName
{
background-color: #6A6CEA;
}
.BgClassName
{
background-color: #6A6CEA;
}
</style>
border-color css
<style>
span { border-color: #6A6CEA; }
span { border-color: rgb(106,108,234); }
td.TdClassName
{
border-color: #6A6CEA;
}
.TagClassName
{
border-color: #6A6CEA;
}
</style>