Shades of Medium Slate Blue #606FF2
Tints of Medium Slate Blue #606FF2
RGB
CMYK
RGB Variations
Color information
#606FF2 (or 0x606FF2) is known color: Medium Slate Blue. HEX triplet: 60, 6F and F2. RGB value is (96,111,242). Sum of RGB (Red+Green+Blue) = 96+111+242=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #606FF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FF2 is #9F900D. Grayscale: #787878. Windows color (decimal): -10457102 or 15888224. OLE color: 15888224.
HSL color Cylindrical-coordinate representation of color #606FF2: hue angle of 233.84º degrees, saturation: 0.85, 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 #606FF2 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 111 | 242 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.05 |
| HSL | 233.84º | 0.85% | 0.66% | - |
| HSV(B) | 233.84º | 0.6% | 0.95% | - |
| XYZ | 26.54 | 20.27 | 86.52 | - |
| YUV | 121.45 | 196.03 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 242 | 0.60 | 0.54 | 0 | 0.05 | 233.84 | 0.85 | 0.66 |
| Hex | 60 | 6F | F2 | 3C | 36 | 0 | 5 | EA | 55 | 42 |
| Octal | 140 | 157 | 362 | 74 | 66 | 0 | 5 | 352 | 125 | 102 |
| Binary | 1100000 | 1101111 | 11110010 | 111100 | 110110 | 0 | 101 | 11101010 | 1010101 | 1000010 |
Color Harmonies of #606FF2
Complementary color
Monochromatic Colors of #606FF2
Black with #606FF2
Text Example
Text Example
White with #606FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FF2; }
p { color: rgb(96,111,242); }
H1.HeaderClassName
{
color: #606FF2;
}
.AnyTagClassName
{
color: #606FF2;
}
</style>
background-color css
<style>
a { background-color: #606FF2; }
a { background-color: rgb(96,111,242); }
div.DivClassName
{
background-color: #606FF2;
}
.BgClassName
{
background-color: #606FF2;
}
</style>
border-color css
<style>
span { border-color: #606FF2; }
span { border-color: rgb(96,111,242); }
td.TdClassName
{
border-color: #606FF2;
}
.TagClassName
{
border-color: #606FF2;
}
</style>