Shades of Medium Slate Blue #606BF2
Tints of Medium Slate Blue #606BF2
RGB
CMYK
RGB Variations
Color information
#606BF2 (or 0x606BF2) is known color: Medium Slate Blue. HEX triplet: 60, 6B and F2. RGB value is (96,107,242). Sum of RGB (Red+Green+Blue) = 96+107+242=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 242 (94.92% from 255 or 54.38% from 445); Max value from RGB is 242 - color contains mainly: blue. Hex color #606BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606BF2 is #9F940D. Grayscale: #767676. Windows color (decimal): -10458126 or 15887200. OLE color: 15887200.
HSL color Cylindrical-coordinate representation of color #606BF2: hue angle of 235.48º 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 #606BF2 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 107 | 242 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.05 |
| HSL | 235.48º | 0.85% | 0.66% | - |
| HSV(B) | 235.48º | 0.6% | 0.95% | - |
| XYZ | 26.11 | 19.41 | 86.38 | - |
| YUV | 119.1 | 197.36 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 242 | 0.60 | 0.56 | 0 | 0.05 | 235.48 | 0.85 | 0.66 |
| Hex | 60 | 6B | F2 | 3C | 38 | 0 | 5 | EB | 55 | 42 |
| Octal | 140 | 153 | 362 | 74 | 70 | 0 | 5 | 353 | 125 | 102 |
| Binary | 1100000 | 1101011 | 11110010 | 111100 | 111000 | 0 | 101 | 11101011 | 1010101 | 1000010 |
Color Harmonies of #606BF2
Complementary color
Monochromatic Colors of #606BF2
Black with #606BF2
Text Example
Text Example
White with #606BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606BF2; }
p { color: rgb(96,107,242); }
H1.HeaderClassName
{
color: #606BF2;
}
.AnyTagClassName
{
color: #606BF2;
}
</style>
background-color css
<style>
a { background-color: #606BF2; }
a { background-color: rgb(96,107,242); }
div.DivClassName
{
background-color: #606BF2;
}
.BgClassName
{
background-color: #606BF2;
}
</style>
border-color css
<style>
span { border-color: #606BF2; }
span { border-color: rgb(96,107,242); }
td.TdClassName
{
border-color: #606BF2;
}
.TagClassName
{
border-color: #606BF2;
}
</style>