Shades of Medium Slate Blue #606EEB
Tints of Medium Slate Blue #606EEB
RGB
CMYK
RGB Variations
Color information
#606EEB (or 0x606EEB) is known color: Medium Slate Blue. HEX triplet: 60, 6E and EB. RGB value is (96,110,235). Sum of RGB (Red+Green+Blue) = 96+110+235=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 235 (92.19% from 255 or 53.29% from 441); Max value from RGB is 235 - color contains mainly: blue. Hex color #606EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EEB is #9F9114. Grayscale: #777777. Windows color (decimal): -10457365 or 15429216. OLE color: 15429216.
HSL color Cylindrical-coordinate representation of color #606EEB: hue angle of 233.96º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #606EEB is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 110 | 235 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.08 |
| HSL | 233.96º | 0.78% | 0.65% | - |
| HSV(B) | 233.96º | 0.59% | 0.92% | - |
| XYZ | 25.4 | 19.64 | 81.05 | - |
| YUV | 120.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 235 | 0.59 | 0.53 | 0 | 0.08 | 233.96 | 0.78 | 0.65 |
| Hex | 60 | 6E | EB | 3B | 35 | 0 | 8 | EA | 4E | 41 |
| Octal | 140 | 156 | 353 | 73 | 65 | 0 | 10 | 352 | 116 | 101 |
| Binary | 1100000 | 1101110 | 11101011 | 111011 | 110101 | 0 | 1000 | 11101010 | 1001110 | 1000001 |
Color Harmonies of #606EEB
Complementary color
Monochromatic Colors of #606EEB
Black with #606EEB
Text Example
Text Example
White with #606EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EEB; }
p { color: rgb(96,110,235); }
H1.HeaderClassName
{
color: #606EEB;
}
.AnyTagClassName
{
color: #606EEB;
}
</style>
background-color css
<style>
a { background-color: #606EEB; }
a { background-color: rgb(96,110,235); }
div.DivClassName
{
background-color: #606EEB;
}
.BgClassName
{
background-color: #606EEB;
}
</style>
border-color css
<style>
span { border-color: #606EEB; }
span { border-color: rgb(96,110,235); }
td.TdClassName
{
border-color: #606EEB;
}
.TagClassName
{
border-color: #606EEB;
}
</style>