Shades of Medium Slate Blue #606CEA
Tints of Medium Slate Blue #606CEA
RGB
CMYK
RGB Variations
Color information
#606CEA (or 0x606CEA) is known color: Medium Slate Blue. HEX triplet: 60, 6C and EA. RGB value is (96,108,234). Sum of RGB (Red+Green+Blue) = 96+108+234=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 108 (42.58% from 255 or 24.66% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #606CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CEA is #9F9315. Grayscale: #767676. Windows color (decimal): -10457878 or 15363168. OLE color: 15363168.
HSL color Cylindrical-coordinate representation of color #606CEA: hue angle of 234.78º degrees, saturation: 0.77, 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 #606CEA is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 108 | 234 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.08 |
| HSL | 234.78º | 0.77% | 0.65% | - |
| HSV(B) | 234.78º | 0.59% | 0.92% | - |
| XYZ | 25.04 | 19.15 | 80.22 | - |
| YUV | 118.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 234 | 0.59 | 0.54 | 0 | 0.08 | 234.78 | 0.77 | 0.65 |
| Hex | 60 | 6C | EA | 3B | 36 | 0 | 8 | EB | 4D | 41 |
| Octal | 140 | 154 | 352 | 73 | 66 | 0 | 10 | 353 | 115 | 101 |
| Binary | 1100000 | 1101100 | 11101010 | 111011 | 110110 | 0 | 1000 | 11101011 | 1001101 | 1000001 |
Color Harmonies of #606CEA
Complementary color
Monochromatic Colors of #606CEA
Black with #606CEA
Text Example
Text Example
White with #606CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CEA; }
p { color: rgb(96,108,234); }
H1.HeaderClassName
{
color: #606CEA;
}
.AnyTagClassName
{
color: #606CEA;
}
</style>
background-color css
<style>
a { background-color: #606CEA; }
a { background-color: rgb(96,108,234); }
div.DivClassName
{
background-color: #606CEA;
}
.BgClassName
{
background-color: #606CEA;
}
</style>
border-color css
<style>
span { border-color: #606CEA; }
span { border-color: rgb(96,108,234); }
td.TdClassName
{
border-color: #606CEA;
}
.TagClassName
{
border-color: #606CEA;
}
</style>