Shades of Slate Blue #603EDA
Tints of Slate Blue #603EDA
RGB
CMYK
RGB Variations
Color information
#603EDA (or 0x603EDA) is known color: Slate Blue. HEX triplet: 60, 3E and DA. RGB value is (96,62,218). Sum of RGB (Red+Green+Blue) = 96+62+218=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #603EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EDA is #9FC125. Grayscale: #595959. Windows color (decimal): -10469670 or 14302816. OLE color: 14302816.
HSL color Cylindrical-coordinate representation of color #603EDA: hue angle of 253.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603EDA is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 62 | 218 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.15 |
| HSL | 253.08º | 0.68% | 0.55% | - |
| HSV(B) | 253.08º | 0.72% | 0.85% | - |
| XYZ | 19.2 | 10.99 | 67.44 | - |
| YUV | 89.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 218 | 0.56 | 0.72 | 0 | 0.15 | 253.08 | 0.68 | 0.55 |
| Hex | 60 | 3E | DA | 38 | 48 | 0 | F | FD | 44 | 37 |
| Octal | 140 | 76 | 332 | 70 | 110 | 0 | 17 | 375 | 104 | 67 |
| Binary | 1100000 | 111110 | 11011010 | 111000 | 1001000 | 0 | 1111 | 11111101 | 1000100 | 110111 |
Color Harmonies of #603EDA
Complementary color
Monochromatic Colors of #603EDA
Black with #603EDA
Text Example
Text Example
White with #603EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EDA; }
p { color: rgb(96,62,218); }
H1.HeaderClassName
{
color: #603EDA;
}
.AnyTagClassName
{
color: #603EDA;
}
</style>
background-color css
<style>
a { background-color: #603EDA; }
a { background-color: rgb(96,62,218); }
div.DivClassName
{
background-color: #603EDA;
}
.BgClassName
{
background-color: #603EDA;
}
</style>
border-color css
<style>
span { border-color: #603EDA; }
span { border-color: rgb(96,62,218); }
td.TdClassName
{
border-color: #603EDA;
}
.TagClassName
{
border-color: #603EDA;
}
</style>