Shades of Medium Slate Blue #606EF1
Tints of Medium Slate Blue #606EF1
RGB
CMYK
RGB Variations
Color information
#606EF1 (or 0x606EF1) is known color: Medium Slate Blue. HEX triplet: 60, 6E and F1. RGB value is (96,110,241). Sum of RGB (Red+Green+Blue) = 96+110+241=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #606EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606EF1 is #9F910E. Grayscale: #787878. Windows color (decimal): -10457359 or 15822432. OLE color: 15822432.
HSL color Cylindrical-coordinate representation of color #606EF1: hue angle of 234.21º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #606EF1 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 110 | 241 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.05 |
| HSL | 234.21º | 0.84% | 0.66% | - |
| HSV(B) | 234.21º | 0.6% | 0.95% | - |
| XYZ | 26.28 | 19.99 | 85.69 | - |
| YUV | 120.75 | 195.86 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 241 | 0.60 | 0.54 | 0 | 0.05 | 234.21 | 0.84 | 0.66 |
| Hex | 60 | 6E | F1 | 3C | 36 | 0 | 5 | EA | 54 | 42 |
| Octal | 140 | 156 | 361 | 74 | 66 | 0 | 5 | 352 | 124 | 102 |
| Binary | 1100000 | 1101110 | 11110001 | 111100 | 110110 | 0 | 101 | 11101010 | 1010100 | 1000010 |
Color Harmonies of #606EF1
Complementary color
Monochromatic Colors of #606EF1
Black with #606EF1
Text Example
Text Example
White with #606EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606EF1; }
p { color: rgb(96,110,241); }
H1.HeaderClassName
{
color: #606EF1;
}
.AnyTagClassName
{
color: #606EF1;
}
</style>
background-color css
<style>
a { background-color: #606EF1; }
a { background-color: rgb(96,110,241); }
div.DivClassName
{
background-color: #606EF1;
}
.BgClassName
{
background-color: #606EF1;
}
</style>
border-color css
<style>
span { border-color: #606EF1; }
span { border-color: rgb(96,110,241); }
td.TdClassName
{
border-color: #606EF1;
}
.TagClassName
{
border-color: #606EF1;
}
</style>