Shades of Medium Slate Blue #606EEF
Tints of Medium Slate Blue #606EEF
RGB
CMYK
RGB Variations
Color information
#606EEF (or 0x606EEF) is known color: Medium Slate Blue. HEX triplet: 60, 6E and EF. RGB value is (96,110,239). Sum of RGB (Red+Green+Blue) = 96+110+239=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 239 (93.75% from 255 or 53.71% from 445); Max value from RGB is 239 - color contains mainly: blue. Hex color #606EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EEF is #9F9110. Grayscale: #777777. Windows color (decimal): -10457361 or 15691360. OLE color: 15691360.
HSL color Cylindrical-coordinate representation of color #606EEF: hue angle of 234.13º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #606EEF is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 110 | 239 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.06 |
| HSL | 234.13º | 0.82% | 0.66% | - |
| HSV(B) | 234.13º | 0.6% | 0.94% | - |
| XYZ | 25.98 | 19.87 | 84.13 | - |
| YUV | 120.52 | 194.86 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 239 | 0.60 | 0.54 | 0 | 0.06 | 234.13 | 0.82 | 0.66 |
| Hex | 60 | 6E | EF | 3C | 36 | 0 | 6 | EA | 52 | 42 |
| Octal | 140 | 156 | 357 | 74 | 66 | 0 | 6 | 352 | 122 | 102 |
| Binary | 1100000 | 1101110 | 11101111 | 111100 | 110110 | 0 | 110 | 11101010 | 1010010 | 1000010 |
Color Harmonies of #606EEF
Complementary color
Monochromatic Colors of #606EEF
Black with #606EEF
Text Example
Text Example
White with #606EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EEF; }
p { color: rgb(96,110,239); }
H1.HeaderClassName
{
color: #606EEF;
}
.AnyTagClassName
{
color: #606EEF;
}
</style>
background-color css
<style>
a { background-color: #606EEF; }
a { background-color: rgb(96,110,239); }
div.DivClassName
{
background-color: #606EEF;
}
.BgClassName
{
background-color: #606EEF;
}
</style>
border-color css
<style>
span { border-color: #606EEF; }
span { border-color: rgb(96,110,239); }
td.TdClassName
{
border-color: #606EEF;
}
.TagClassName
{
border-color: #606EEF;
}
</style>