Shades of Medium Slate Blue #606DF1
Tints of Medium Slate Blue #606DF1
RGB
CMYK
RGB Variations
Color information
#606DF1 (or 0x606DF1) is known color: Medium Slate Blue. HEX triplet: 60, 6D and F1. RGB value is (96,109,241). Sum of RGB (Red+Green+Blue) = 96+109+241=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #606DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DF1 is #9F920E. Grayscale: #777777. Windows color (decimal): -10457615 or 15822176. OLE color: 15822176.
HSL color Cylindrical-coordinate representation of color #606DF1: hue angle of 234.62º degrees, saturation: 0.84, 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 #606DF1 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 109 | 241 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.05 |
| HSL | 234.62º | 0.84% | 0.66% | - |
| HSV(B) | 234.62º | 0.6% | 0.95% | - |
| XYZ | 26.17 | 19.77 | 85.66 | - |
| YUV | 120.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 241 | 0.60 | 0.55 | 0 | 0.05 | 234.62 | 0.84 | 0.66 |
| Hex | 60 | 6D | F1 | 3C | 37 | 0 | 5 | EB | 54 | 42 |
| Octal | 140 | 155 | 361 | 74 | 67 | 0 | 5 | 353 | 124 | 102 |
| Binary | 1100000 | 1101101 | 11110001 | 111100 | 110111 | 0 | 101 | 11101011 | 1010100 | 1000010 |
Color Harmonies of #606DF1
Complementary color
Monochromatic Colors of #606DF1
Black with #606DF1
Text Example
Text Example
White with #606DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DF1; }
p { color: rgb(96,109,241); }
H1.HeaderClassName
{
color: #606DF1;
}
.AnyTagClassName
{
color: #606DF1;
}
</style>
background-color css
<style>
a { background-color: #606DF1; }
a { background-color: rgb(96,109,241); }
div.DivClassName
{
background-color: #606DF1;
}
.BgClassName
{
background-color: #606DF1;
}
</style>
border-color css
<style>
span { border-color: #606DF1; }
span { border-color: rgb(96,109,241); }
td.TdClassName
{
border-color: #606DF1;
}
.TagClassName
{
border-color: #606DF1;
}
</style>