Shades of Medium Slate Blue #606DFF
Tints of Medium Slate Blue #606DFF
RGB
CMYK
RGB Variations
Color information
#606DFF (or 0x606DFF) is known color: Medium Slate Blue. HEX triplet: 60, 6D and FF. RGB value is (96,109,255). Sum of RGB (Red+Green+Blue) = 96+109+255=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #606DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606DFF is #9F9200. Grayscale: #797979. Windows color (decimal): -10457601 or 16739680. OLE color: 16739680.
HSL color Cylindrical-coordinate representation of color #606DFF: hue angle of 235.09º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606DFF is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 109 | 255 | - |
| CMYK | 0.62 | 0.57 | 0 | 0 |
| HSL | 235.09º | 1% | 0.69% | - |
| HSV(B) | 235.09º | 0.62% | 1% | - |
| XYZ | 28.34 | 20.64 | 97.1 | - |
| YUV | 121.76 | 203.19 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 255 | 0.62 | 0.57 | 0 | 0 | 235.09 | 1 | 0.69 |
| Hex | 60 | 6D | FF | 3E | 39 | 0 | 0 | EB | 64 | 45 |
| Octal | 140 | 155 | 377 | 76 | 71 | 0 | 0 | 353 | 144 | 105 |
| Binary | 1100000 | 1101101 | 11111111 | 111110 | 111001 | 0 | 0 | 11101011 | 1100100 | 1000101 |
Color Harmonies of #606DFF
Complementary color
Monochromatic Colors of #606DFF
Black with #606DFF
Text Example
Text Example
White with #606DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606DFF; }
p { color: rgb(96,109,255); }
H1.HeaderClassName
{
color: #606DFF;
}
.AnyTagClassName
{
color: #606DFF;
}
</style>
background-color css
<style>
a { background-color: #606DFF; }
a { background-color: rgb(96,109,255); }
div.DivClassName
{
background-color: #606DFF;
}
.BgClassName
{
background-color: #606DFF;
}
</style>
border-color css
<style>
span { border-color: #606DFF; }
span { border-color: rgb(96,109,255); }
td.TdClassName
{
border-color: #606DFF;
}
.TagClassName
{
border-color: #606DFF;
}
</style>