Shades of Medium Slate Blue #606CFE
Tints of Medium Slate Blue #606CFE
RGB
CMYK
RGB Variations
Color information
#606CFE (or 0x606CFE) is known color: Medium Slate Blue. HEX triplet: 60, 6C and FE. RGB value is (96,108,254). Sum of RGB (Red+Green+Blue) = 96+108+254=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #606CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #606CFE is #9F9301. Grayscale: #787878. Windows color (decimal): -10457858 or 16673888. OLE color: 16673888.
HSL color Cylindrical-coordinate representation of color #606CFE: hue angle of 235.44º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #606CFE is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 96 | 108 | 254 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.00 |
| HSL | 235.44º | 0.99% | 0.69% | - |
| HSV(B) | 235.44º | 0.62% | 1% | - |
| XYZ | 28.08 | 20.37 | 96.22 | - |
| YUV | 121.06 | 203.02 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 254 | 0.62 | 0.57 | 0 | 0.00 | 235.44 | 0.99 | 0.69 |
| Hex | 60 | 6C | FE | 3E | 39 | 0 | 0 | EB | 63 | 45 |
| Octal | 140 | 154 | 376 | 76 | 71 | 0 | 0 | 353 | 143 | 105 |
| Binary | 1100000 | 1101100 | 11111110 | 111110 | 111001 | 0 | 0 | 11101011 | 1100011 | 1000101 |
Color Harmonies of #606CFE
Complementary color
Monochromatic Colors of #606CFE
Black with #606CFE
Text Example
Text Example
White with #606CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606CFE; }
p { color: rgb(96,108,254); }
H1.HeaderClassName
{
color: #606CFE;
}
.AnyTagClassName
{
color: #606CFE;
}
</style>
background-color css
<style>
a { background-color: #606CFE; }
a { background-color: rgb(96,108,254); }
div.DivClassName
{
background-color: #606CFE;
}
.BgClassName
{
background-color: #606CFE;
}
</style>
border-color css
<style>
span { border-color: #606CFE; }
span { border-color: rgb(96,108,254); }
td.TdClassName
{
border-color: #606CFE;
}
.TagClassName
{
border-color: #606CFE;
}
</style>