Shades of Medium Slate Blue #606FFF
Tints of Medium Slate Blue #606FFF
RGB
CMYK
RGB Variations
Color information
#606FFF (or 0x606FFF) is known color: Medium Slate Blue. HEX triplet: 60, 6F and FF. RGB value is (96,111,255). Sum of RGB (Red+Green+Blue) = 96+111+255=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #606FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606FFF is #9F9000. Grayscale: #7A7A7A. Windows color (decimal): -10457089 or 16740192. OLE color: 16740192.
HSL color Cylindrical-coordinate representation of color #606FFF: hue angle of 234.34º 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 #606FFF is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 111 | 255 | - |
| CMYK | 0.62 | 0.56 | 0 | 0 |
| HSL | 234.34º | 1% | 0.69% | - |
| HSV(B) | 234.34º | 0.62% | 1% | - |
| XYZ | 28.56 | 21.08 | 97.17 | - |
| YUV | 122.93 | 202.53 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 255 | 0.62 | 0.56 | 0 | 0 | 234.34 | 1 | 0.69 |
| Hex | 60 | 6F | FF | 3E | 38 | 0 | 0 | EA | 64 | 45 |
| Octal | 140 | 157 | 377 | 76 | 70 | 0 | 0 | 352 | 144 | 105 |
| Binary | 1100000 | 1101111 | 11111111 | 111110 | 111000 | 0 | 0 | 11101010 | 1100100 | 1000101 |
Color Harmonies of #606FFF
Complementary color
Monochromatic Colors of #606FFF
Black with #606FFF
Text Example
Text Example
White with #606FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606FFF; }
p { color: rgb(96,111,255); }
H1.HeaderClassName
{
color: #606FFF;
}
.AnyTagClassName
{
color: #606FFF;
}
</style>
background-color css
<style>
a { background-color: #606FFF; }
a { background-color: rgb(96,111,255); }
div.DivClassName
{
background-color: #606FFF;
}
.BgClassName
{
background-color: #606FFF;
}
</style>
border-color css
<style>
span { border-color: #606FFF; }
span { border-color: rgb(96,111,255); }
td.TdClassName
{
border-color: #606FFF;
}
.TagClassName
{
border-color: #606FFF;
}
</style>