Shades of Medium Slate Blue #6A6BEB
Tints of Medium Slate Blue #6A6BEB
RGB
CMYK
RGB Variations
Color information
#6A6BEB (or 0x6A6BEB) is known color: Medium Slate Blue. HEX triplet: 6A, 6B and EB. RGB value is (106,107,235). Sum of RGB (Red+Green+Blue) = 106+107+235=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6BEB is #959414. Grayscale: #787878. Windows color (decimal): -9802773 or 15428458. OLE color: 15428458.
HSL color Cylindrical-coordinate representation of color #6A6BEB: hue angle of 239.53º 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 #6A6BEB is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 107 | 235 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.08 |
| HSL | 239.53º | 0.76% | 0.67% | - |
| HSV(B) | 239.53º | 0.55% | 0.92% | - |
| XYZ | 26.2 | 19.58 | 81 | - |
| YUV | 121.29 | 192.17 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 235 | 0.55 | 0.54 | 0 | 0.08 | 239.53 | 0.76 | 0.67 |
| Hex | 6A | 6B | EB | 37 | 36 | 0 | 8 | F0 | 4C | 43 |
| Octal | 152 | 153 | 353 | 67 | 66 | 0 | 10 | 360 | 114 | 103 |
| Binary | 1101010 | 1101011 | 11101011 | 110111 | 110110 | 0 | 1000 | 11110000 | 1001100 | 1000011 |
Color Harmonies of #6A6BEB
Complementary color
Monochromatic Colors of #6A6BEB
Black with #6A6BEB
Text Example
Text Example
White with #6A6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6BEB; }
p { color: rgb(106,107,235); }
H1.HeaderClassName
{
color: #6A6BEB;
}
.AnyTagClassName
{
color: #6A6BEB;
}
</style>
background-color css
<style>
a { background-color: #6A6BEB; }
a { background-color: rgb(106,107,235); }
div.DivClassName
{
background-color: #6A6BEB;
}
.BgClassName
{
background-color: #6A6BEB;
}
</style>
border-color css
<style>
span { border-color: #6A6BEB; }
span { border-color: rgb(106,107,235); }
td.TdClassName
{
border-color: #6A6BEB;
}
.TagClassName
{
border-color: #6A6BEB;
}
</style>