Shades of Slate Blue #604EDE
Tints of Slate Blue #604EDE
RGB
CMYK
RGB Variations
Color information
#604EDE (or 0x604EDE) is known color: Slate Blue. HEX triplet: 60, 4E and DE. RGB value is (96,78,222). Sum of RGB (Red+Green+Blue) = 96+78+222=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #604EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EDE is #9FB121. Grayscale: #636363. Windows color (decimal): -10465570 or 14569056. OLE color: 14569056.
HSL color Cylindrical-coordinate representation of color #604EDE: hue angle of 247.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604EDE is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 78 | 222 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.13 |
| HSL | 247.5º | 0.69% | 0.59% | - |
| HSV(B) | 247.5º | 0.65% | 0.87% | - |
| XYZ | 20.73 | 13.21 | 70.56 | - |
| YUV | 99.8 | 196.96 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 222 | 0.57 | 0.65 | 0 | 0.13 | 247.5 | 0.69 | 0.59 |
| Hex | 60 | 4E | DE | 39 | 41 | 0 | D | F8 | 45 | 3B |
| Octal | 140 | 116 | 336 | 71 | 101 | 0 | 15 | 370 | 105 | 73 |
| Binary | 1100000 | 1001110 | 11011110 | 111001 | 1000001 | 0 | 1101 | 11111000 | 1000101 | 111011 |
Color Harmonies of #604EDE
Complementary color
Monochromatic Colors of #604EDE
Black with #604EDE
Text Example
Text Example
White with #604EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604EDE; }
p { color: rgb(96,78,222); }
H1.HeaderClassName
{
color: #604EDE;
}
.AnyTagClassName
{
color: #604EDE;
}
</style>
background-color css
<style>
a { background-color: #604EDE; }
a { background-color: rgb(96,78,222); }
div.DivClassName
{
background-color: #604EDE;
}
.BgClassName
{
background-color: #604EDE;
}
</style>
border-color css
<style>
span { border-color: #604EDE; }
span { border-color: rgb(96,78,222); }
td.TdClassName
{
border-color: #604EDE;
}
.TagClassName
{
border-color: #604EDE;
}
</style>