Shades of Medium Slate Blue #606AF9
Tints of Medium Slate Blue #606AF9
RGB
CMYK
RGB Variations
Color information
#606AF9 (or 0x606AF9) is known color: Medium Slate Blue. HEX triplet: 60, 6A and F9. RGB value is (96,106,249). Sum of RGB (Red+Green+Blue) = 96+106+249=451 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.29% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 249 (97.66% from 255 or 55.21% from 451); Max value from RGB is 249 - color contains mainly: blue. Hex color #606AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606AF9 is #9F9506. Grayscale: #767676. Windows color (decimal): -10458375 or 16345696. OLE color: 16345696.
HSL color Cylindrical-coordinate representation of color #606AF9: hue angle of 236.08º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606AF9 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 106 | 249 | - |
| CMYK | 0.61 | 0.57 | 0 | 0.02 |
| HSL | 236.08º | 0.93% | 0.68% | - |
| HSV(B) | 236.08º | 0.61% | 0.98% | - |
| XYZ | 27.08 | 19.63 | 91.99 | - |
| YUV | 119.31 | 201.19 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 249 | 0.61 | 0.57 | 0 | 0.02 | 236.08 | 0.93 | 0.68 |
| Hex | 60 | 6A | F9 | 3D | 39 | 0 | 2 | EC | 5D | 44 |
| Octal | 140 | 152 | 371 | 75 | 71 | 0 | 2 | 354 | 135 | 104 |
| Binary | 1100000 | 1101010 | 11111001 | 111101 | 111001 | 0 | 10 | 11101100 | 1011101 | 1000100 |
Color Harmonies of #606AF9
Complementary color
Monochromatic Colors of #606AF9
Black with #606AF9
Text Example
Text Example
White with #606AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606AF9; }
p { color: rgb(96,106,249); }
H1.HeaderClassName
{
color: #606AF9;
}
.AnyTagClassName
{
color: #606AF9;
}
</style>
background-color css
<style>
a { background-color: #606AF9; }
a { background-color: rgb(96,106,249); }
div.DivClassName
{
background-color: #606AF9;
}
.BgClassName
{
background-color: #606AF9;
}
</style>
border-color css
<style>
span { border-color: #606AF9; }
span { border-color: rgb(96,106,249); }
td.TdClassName
{
border-color: #606AF9;
}
.TagClassName
{
border-color: #606AF9;
}
</style>