Shades of Medium Slate Blue #606AF2
Tints of Medium Slate Blue #606AF2
RGB
CMYK
RGB Variations
Color information
#606AF2 (or 0x606AF2) is known color: Medium Slate Blue. HEX triplet: 60, 6A and F2. RGB value is (96,106,242). Sum of RGB (Red+Green+Blue) = 96+106+242=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #606AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606AF2 is #9F950D. Grayscale: #757575. Windows color (decimal): -10458382 or 15886944. OLE color: 15886944.
HSL color Cylindrical-coordinate representation of color #606AF2: hue angle of 235.89º 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 #606AF2 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 106 | 242 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.05 |
| HSL | 235.89º | 0.85% | 0.66% | - |
| HSV(B) | 235.89º | 0.6% | 0.95% | - |
| XYZ | 26 | 19.21 | 86.34 | - |
| YUV | 118.51 | 197.69 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 242 | 0.60 | 0.56 | 0 | 0.05 | 235.89 | 0.85 | 0.66 |
| Hex | 60 | 6A | F2 | 3C | 38 | 0 | 5 | EC | 55 | 42 |
| Octal | 140 | 152 | 362 | 74 | 70 | 0 | 5 | 354 | 125 | 102 |
| Binary | 1100000 | 1101010 | 11110010 | 111100 | 111000 | 0 | 101 | 11101100 | 1010101 | 1000010 |
Color Harmonies of #606AF2
Complementary color
Monochromatic Colors of #606AF2
Black with #606AF2
Text Example
Text Example
White with #606AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606AF2; }
p { color: rgb(96,106,242); }
H1.HeaderClassName
{
color: #606AF2;
}
.AnyTagClassName
{
color: #606AF2;
}
</style>
background-color css
<style>
a { background-color: #606AF2; }
a { background-color: rgb(96,106,242); }
div.DivClassName
{
background-color: #606AF2;
}
.BgClassName
{
background-color: #606AF2;
}
</style>
border-color css
<style>
span { border-color: #606AF2; }
span { border-color: rgb(96,106,242); }
td.TdClassName
{
border-color: #606AF2;
}
.TagClassName
{
border-color: #606AF2;
}
</style>