Shades of Medium Slate Blue #6064E6
Tints of Medium Slate Blue #6064E6
RGB
CMYK
RGB Variations
Color information
#6064E6 (or 0x6064E6) is known color: Medium Slate Blue. HEX triplet: 60, 64 and E6. RGB value is (96,100,230). Sum of RGB (Red+Green+Blue) = 96+100+230=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #6064E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6064E6 is #9F9B19. Grayscale: #717171. Windows color (decimal): -10459930 or 15098976. OLE color: 15098976.
HSL color Cylindrical-coordinate representation of color #6064E6: hue angle of 238.21º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6064E6 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 100 | 230 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.10 |
| HSL | 238.21º | 0.73% | 0.64% | - |
| HSV(B) | 238.21º | 0.58% | 0.9% | - |
| XYZ | 23.66 | 17.31 | 76.96 | - |
| YUV | 113.62 | 193.67 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 230 | 0.58 | 0.57 | 0 | 0.10 | 238.21 | 0.73 | 0.64 |
| Hex | 60 | 64 | E6 | 3A | 39 | 0 | A | EE | 49 | 40 |
| Octal | 140 | 144 | 346 | 72 | 71 | 0 | 12 | 356 | 111 | 100 |
| Binary | 1100000 | 1100100 | 11100110 | 111010 | 111001 | 0 | 1010 | 11101110 | 1001001 | 1000000 |
Color Harmonies of #6064E6
Complementary color
Monochromatic Colors of #6064E6
Black with #6064E6
Text Example
Text Example
White with #6064E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6064E6; }
p { color: rgb(96,100,230); }
H1.HeaderClassName
{
color: #6064E6;
}
.AnyTagClassName
{
color: #6064E6;
}
</style>
background-color css
<style>
a { background-color: #6064E6; }
a { background-color: rgb(96,100,230); }
div.DivClassName
{
background-color: #6064E6;
}
.BgClassName
{
background-color: #6064E6;
}
</style>
border-color css
<style>
span { border-color: #6064E6; }
span { border-color: rgb(96,100,230); }
td.TdClassName
{
border-color: #6064E6;
}
.TagClassName
{
border-color: #6064E6;
}
</style>