Shades of Medium Slate Blue #606FEF
Tints of Medium Slate Blue #606FEF
RGB
CMYK
RGB Variations
Color information
#606FEF (or 0x606FEF) is known color: Medium Slate Blue. HEX triplet: 60, 6F and EF. RGB value is (96,111,239). Sum of RGB (Red+Green+Blue) = 96+111+239=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #606FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FEF is #9F9010. Grayscale: #787878. Windows color (decimal): -10457105 or 15691616. OLE color: 15691616.
HSL color Cylindrical-coordinate representation of color #606FEF: hue angle of 233.71º 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 #606FEF is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 111 | 239 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.06 |
| HSL | 233.71º | 0.82% | 0.66% | - |
| HSV(B) | 233.71º | 0.6% | 0.94% | - |
| XYZ | 26.09 | 20.09 | 84.16 | - |
| YUV | 121.11 | 194.53 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 239 | 0.60 | 0.54 | 0 | 0.06 | 233.71 | 0.82 | 0.66 |
| Hex | 60 | 6F | EF | 3C | 36 | 0 | 6 | EA | 52 | 42 |
| Octal | 140 | 157 | 357 | 74 | 66 | 0 | 6 | 352 | 122 | 102 |
| Binary | 1100000 | 1101111 | 11101111 | 111100 | 110110 | 0 | 110 | 11101010 | 1010010 | 1000010 |
Color Harmonies of #606FEF
Complementary color
Monochromatic Colors of #606FEF
Black with #606FEF
Text Example
Text Example
White with #606FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FEF; }
p { color: rgb(96,111,239); }
H1.HeaderClassName
{
color: #606FEF;
}
.AnyTagClassName
{
color: #606FEF;
}
</style>
background-color css
<style>
a { background-color: #606FEF; }
a { background-color: rgb(96,111,239); }
div.DivClassName
{
background-color: #606FEF;
}
.BgClassName
{
background-color: #606FEF;
}
</style>
border-color css
<style>
span { border-color: #606FEF; }
span { border-color: rgb(96,111,239); }
td.TdClassName
{
border-color: #606FEF;
}
.TagClassName
{
border-color: #606FEF;
}
</style>