Shades of Medium Slate Blue #606DF0
Tints of Medium Slate Blue #606DF0
RGB
CMYK
RGB Variations
Color information
#606DF0 (or 0x606DF0) is known color: Medium Slate Blue. HEX triplet: 60, 6D and F0. RGB value is (96,109,240). Sum of RGB (Red+Green+Blue) = 96+109+240=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 240 (94.14% from 255 or 53.93% from 445); Max value from RGB is 240 - color contains mainly: blue. Hex color #606DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DF0 is #9F920F. Grayscale: #777777. Windows color (decimal): -10457616 or 15756640. OLE color: 15756640.
HSL color Cylindrical-coordinate representation of color #606DF0: hue angle of 234.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #606DF0 is Cyan = 0.6, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 109 | 240 | - |
| CMYK | 0.6 | 0.55 | 0 | 0.06 |
| HSL | 234.58º | 0.83% | 0.66% | - |
| HSV(B) | 234.58º | 0.6% | 0.94% | - |
| XYZ | 26.02 | 19.72 | 84.87 | - |
| YUV | 120.05 | 195.69 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 240 | 0.6 | 0.55 | 0 | 0.06 | 234.58 | 0.83 | 0.66 |
| Hex | 60 | 6D | F0 | 3C | 37 | 0 | 6 | EB | 53 | 42 |
| Octal | 140 | 155 | 360 | 74 | 67 | 0 | 6 | 353 | 123 | 102 |
| Binary | 1100000 | 1101101 | 11110000 | 111100 | 110111 | 0 | 110 | 11101011 | 1010011 | 1000010 |
Color Harmonies of #606DF0
Complementary color
Monochromatic Colors of #606DF0
Black with #606DF0
Text Example
Text Example
White with #606DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DF0; }
p { color: rgb(96,109,240); }
H1.HeaderClassName
{
color: #606DF0;
}
.AnyTagClassName
{
color: #606DF0;
}
</style>
background-color css
<style>
a { background-color: #606DF0; }
a { background-color: rgb(96,109,240); }
div.DivClassName
{
background-color: #606DF0;
}
.BgClassName
{
background-color: #606DF0;
}
</style>
border-color css
<style>
span { border-color: #606DF0; }
span { border-color: rgb(96,109,240); }
td.TdClassName
{
border-color: #606DF0;
}
.TagClassName
{
border-color: #606DF0;
}
</style>