Shades of Slate Blue #604ECE
Tints of Slate Blue #604ECE
RGB
CMYK
RGB Variations
Color information
#604ECE (or 0x604ECE) is known color: Slate Blue. HEX triplet: 60, 4E and CE. RGB value is (96,78,206). Sum of RGB (Red+Green+Blue) = 96+78+206=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #604ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604ECE is #9FB131. Grayscale: #616161. Windows color (decimal): -10465586 or 13520480. OLE color: 13520480.
HSL color Cylindrical-coordinate representation of color #604ECE: hue angle of 248.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604ECE is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 78 | 206 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.19 |
| HSL | 248.44º | 0.57% | 0.56% | - |
| HSV(B) | 248.44º | 0.62% | 0.81% | - |
| XYZ | 18.69 | 12.39 | 59.8 | - |
| YUV | 97.97 | 188.96 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 206 | 0.53 | 0.62 | 0 | 0.19 | 248.44 | 0.57 | 0.56 |
| Hex | 60 | 4E | CE | 35 | 3E | 0 | 13 | F8 | 39 | 38 |
| Octal | 140 | 116 | 316 | 65 | 76 | 0 | 23 | 370 | 71 | 70 |
| Binary | 1100000 | 1001110 | 11001110 | 110101 | 111110 | 0 | 10011 | 11111000 | 111001 | 111000 |
Color Harmonies of #604ECE
Complementary color
Monochromatic Colors of #604ECE
Black with #604ECE
Text Example
Text Example
White with #604ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604ECE; }
p { color: rgb(96,78,206); }
H1.HeaderClassName
{
color: #604ECE;
}
.AnyTagClassName
{
color: #604ECE;
}
</style>
background-color css
<style>
a { background-color: #604ECE; }
a { background-color: rgb(96,78,206); }
div.DivClassName
{
background-color: #604ECE;
}
.BgClassName
{
background-color: #604ECE;
}
</style>
border-color css
<style>
span { border-color: #604ECE; }
span { border-color: rgb(96,78,206); }
td.TdClassName
{
border-color: #604ECE;
}
.TagClassName
{
border-color: #604ECE;
}
</style>