Shades of Medium Slate Blue #6A6CEB
Tints of Medium Slate Blue #6A6CEB
RGB
CMYK
RGB Variations
Color information
#6A6CEB (or 0x6A6CEB) is known color: Medium Slate Blue. HEX triplet: 6A, 6C and EB. RGB value is (106,108,235). Sum of RGB (Red+Green+Blue) = 106+108+235=449 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.61% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A6CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6CEB is #959314. Grayscale: #797979. Windows color (decimal): -9802517 or 15428714. OLE color: 15428714.
HSL color Cylindrical-coordinate representation of color #6A6CEB: hue angle of 239.07º degrees, saturation: 0.76, 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 #6A6CEB is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 108 | 235 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.08 |
| HSL | 239.07º | 0.76% | 0.67% | - |
| HSV(B) | 239.07º | 0.55% | 0.92% | - |
| XYZ | 26.3 | 19.79 | 81.03 | - |
| YUV | 121.88 | 191.84 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 235 | 0.55 | 0.54 | 0 | 0.08 | 239.07 | 0.76 | 0.67 |
| Hex | 6A | 6C | EB | 37 | 36 | 0 | 8 | EF | 4C | 43 |
| Octal | 152 | 154 | 353 | 67 | 66 | 0 | 10 | 357 | 114 | 103 |
| Binary | 1101010 | 1101100 | 11101011 | 110111 | 110110 | 0 | 1000 | 11101111 | 1001100 | 1000011 |
Color Harmonies of #6A6CEB
Complementary color
Monochromatic Colors of #6A6CEB
Black with #6A6CEB
Text Example
Text Example
White with #6A6CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CEB; }
p { color: rgb(106,108,235); }
H1.HeaderClassName
{
color: #6A6CEB;
}
.AnyTagClassName
{
color: #6A6CEB;
}
</style>
background-color css
<style>
a { background-color: #6A6CEB; }
a { background-color: rgb(106,108,235); }
div.DivClassName
{
background-color: #6A6CEB;
}
.BgClassName
{
background-color: #6A6CEB;
}
</style>
border-color css
<style>
span { border-color: #6A6CEB; }
span { border-color: rgb(106,108,235); }
td.TdClassName
{
border-color: #6A6CEB;
}
.TagClassName
{
border-color: #6A6CEB;
}
</style>