Shades of Medium Slate Blue #606DF4
Tints of Medium Slate Blue #606DF4
RGB
CMYK
RGB Variations
Color information
#606DF4 (or 0x606DF4) is known color: Medium Slate Blue. HEX triplet: 60, 6D and F4. RGB value is (96,109,244). Sum of RGB (Red+Green+Blue) = 96+109+244=449 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.38% from 449); Green value is 109 (42.97% from 255 or 24.28% from 449); Blue value is 244 (95.70% from 255 or 54.34% from 449); Max value from RGB is 244 - color contains mainly: blue. Hex color #606DF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DF4 is #9F920B. Grayscale: #777777. Windows color (decimal): -10457612 or 16018784. OLE color: 16018784.
HSL color Cylindrical-coordinate representation of color #606DF4: hue angle of 234.73º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606DF4 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 109 | 244 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.04 |
| HSL | 234.73º | 0.87% | 0.67% | - |
| HSV(B) | 234.73º | 0.61% | 0.96% | - |
| XYZ | 26.62 | 19.96 | 88.04 | - |
| YUV | 120.5 | 197.69 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 244 | 0.61 | 0.55 | 0 | 0.04 | 234.73 | 0.87 | 0.67 |
| Hex | 60 | 6D | F4 | 3D | 37 | 0 | 4 | EB | 57 | 43 |
| Octal | 140 | 155 | 364 | 75 | 67 | 0 | 4 | 353 | 127 | 103 |
| Binary | 1100000 | 1101101 | 11110100 | 111101 | 110111 | 0 | 100 | 11101011 | 1010111 | 1000011 |
Color Harmonies of #606DF4
Complementary color
Monochromatic Colors of #606DF4
Black with #606DF4
Text Example
Text Example
White with #606DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DF4; }
p { color: rgb(96,109,244); }
H1.HeaderClassName
{
color: #606DF4;
}
.AnyTagClassName
{
color: #606DF4;
}
</style>
background-color css
<style>
a { background-color: #606DF4; }
a { background-color: rgb(96,109,244); }
div.DivClassName
{
background-color: #606DF4;
}
.BgClassName
{
background-color: #606DF4;
}
</style>
border-color css
<style>
span { border-color: #606DF4; }
span { border-color: rgb(96,109,244); }
td.TdClassName
{
border-color: #606DF4;
}
.TagClassName
{
border-color: #606DF4;
}
</style>