Shades of Medium Slate Blue #606CEE
Tints of Medium Slate Blue #606CEE
RGB
CMYK
RGB Variations
Color information
#606CEE (or 0x606CEE) is known color: Medium Slate Blue. HEX triplet: 60, 6C and EE. RGB value is (96,108,238). Sum of RGB (Red+Green+Blue) = 96+108+238=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #606CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CEE is #9F9311. Grayscale: #767676. Windows color (decimal): -10457874 or 15625312. OLE color: 15625312.
HSL color Cylindrical-coordinate representation of color #606CEE: hue angle of 234.93º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #606CEE is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 108 | 238 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.07 |
| HSL | 234.93º | 0.81% | 0.65% | - |
| HSV(B) | 234.93º | 0.6% | 0.93% | - |
| XYZ | 25.62 | 19.38 | 83.28 | - |
| YUV | 119.23 | 195.02 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 238 | 0.60 | 0.55 | 0 | 0.07 | 234.93 | 0.81 | 0.65 |
| Hex | 60 | 6C | EE | 3C | 37 | 0 | 7 | EB | 51 | 41 |
| Octal | 140 | 154 | 356 | 74 | 67 | 0 | 7 | 353 | 121 | 101 |
| Binary | 1100000 | 1101100 | 11101110 | 111100 | 110111 | 0 | 111 | 11101011 | 1010001 | 1000001 |
Color Harmonies of #606CEE
Complementary color
Monochromatic Colors of #606CEE
Black with #606CEE
Text Example
Text Example
White with #606CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CEE; }
p { color: rgb(96,108,238); }
H1.HeaderClassName
{
color: #606CEE;
}
.AnyTagClassName
{
color: #606CEE;
}
</style>
background-color css
<style>
a { background-color: #606CEE; }
a { background-color: rgb(96,108,238); }
div.DivClassName
{
background-color: #606CEE;
}
.BgClassName
{
background-color: #606CEE;
}
</style>
border-color css
<style>
span { border-color: #606CEE; }
span { border-color: rgb(96,108,238); }
td.TdClassName
{
border-color: #606CEE;
}
.TagClassName
{
border-color: #606CEE;
}
</style>