Shades of Medium Slate Blue #606DF3
Tints of Medium Slate Blue #606DF3
RGB
CMYK
RGB Variations
Color information
#606DF3 (or 0x606DF3) is known color: Medium Slate Blue. HEX triplet: 60, 6D and F3. RGB value is (96,109,243). Sum of RGB (Red+Green+Blue) = 96+109+243=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 243 (95.31% from 255 or 54.24% from 448); Max value from RGB is 243 - color contains mainly: blue. Hex color #606DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DF3 is #9F920C. Grayscale: #777777. Windows color (decimal): -10457613 or 15953248. OLE color: 15953248.
HSL color Cylindrical-coordinate representation of color #606DF3: hue angle of 234.69º degrees, saturation: 0.86, 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 #606DF3 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 109 | 243 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.05 |
| HSL | 234.69º | 0.86% | 0.66% | - |
| HSV(B) | 234.69º | 0.6% | 0.95% | - |
| XYZ | 26.47 | 19.9 | 87.24 | - |
| YUV | 120.39 | 197.19 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 243 | 0.60 | 0.55 | 0 | 0.05 | 234.69 | 0.86 | 0.66 |
| Hex | 60 | 6D | F3 | 3C | 37 | 0 | 5 | EB | 56 | 42 |
| Octal | 140 | 155 | 363 | 74 | 67 | 0 | 5 | 353 | 126 | 102 |
| Binary | 1100000 | 1101101 | 11110011 | 111100 | 110111 | 0 | 101 | 11101011 | 1010110 | 1000010 |
Color Harmonies of #606DF3
Complementary color
Monochromatic Colors of #606DF3
Black with #606DF3
Text Example
Text Example
White with #606DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DF3; }
p { color: rgb(96,109,243); }
H1.HeaderClassName
{
color: #606DF3;
}
.AnyTagClassName
{
color: #606DF3;
}
</style>
background-color css
<style>
a { background-color: #606DF3; }
a { background-color: rgb(96,109,243); }
div.DivClassName
{
background-color: #606DF3;
}
.BgClassName
{
background-color: #606DF3;
}
</style>
border-color css
<style>
span { border-color: #606DF3; }
span { border-color: rgb(96,109,243); }
td.TdClassName
{
border-color: #606DF3;
}
.TagClassName
{
border-color: #606DF3;
}
</style>