Shades of Medium Slate Blue #606BE5
Tints of Medium Slate Blue #606BE5
RGB
CMYK
RGB Variations
Color information
#606BE5 (or 0x606BE5) is known color: Medium Slate Blue. HEX triplet: 60, 6B and E5. RGB value is (96,107,229). Sum of RGB (Red+Green+Blue) = 96+107+229=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #606BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606BE5 is #9F941A. Grayscale: #757575. Windows color (decimal): -10458139 or 15035232. OLE color: 15035232.
HSL color Cylindrical-coordinate representation of color #606BE5: hue angle of 235.04º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #606BE5 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 107 | 229 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.10 |
| HSL | 235.04º | 0.72% | 0.64% | - |
| HSV(B) | 235.04º | 0.58% | 0.9% | - |
| XYZ | 24.22 | 18.66 | 76.45 | - |
| YUV | 117.62 | 190.86 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 229 | 0.58 | 0.53 | 0 | 0.10 | 235.04 | 0.72 | 0.64 |
| Hex | 60 | 6B | E5 | 3A | 35 | 0 | A | EB | 48 | 40 |
| Octal | 140 | 153 | 345 | 72 | 65 | 0 | 12 | 353 | 110 | 100 |
| Binary | 1100000 | 1101011 | 11100101 | 111010 | 110101 | 0 | 1010 | 11101011 | 1001000 | 1000000 |
Color Harmonies of #606BE5
Complementary color
Monochromatic Colors of #606BE5
Black with #606BE5
Text Example
Text Example
White with #606BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BE5; }
p { color: rgb(96,107,229); }
H1.HeaderClassName
{
color: #606BE5;
}
.AnyTagClassName
{
color: #606BE5;
}
</style>
background-color css
<style>
a { background-color: #606BE5; }
a { background-color: rgb(96,107,229); }
div.DivClassName
{
background-color: #606BE5;
}
.BgClassName
{
background-color: #606BE5;
}
</style>
border-color css
<style>
span { border-color: #606BE5; }
span { border-color: rgb(96,107,229); }
td.TdClassName
{
border-color: #606BE5;
}
.TagClassName
{
border-color: #606BE5;
}
</style>