Shades of Slate Blue #604EC9
Tints of Slate Blue #604EC9
RGB
CMYK
RGB Variations
Color information
#604EC9 (or 0x604EC9) is known color: Slate Blue. HEX triplet: 60, 4E and C9. RGB value is (96,78,201). Sum of RGB (Red+Green+Blue) = 96+78+201=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #604EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604EC9 is #9FB136. Grayscale: #606060. Windows color (decimal): -10465591 or 13192800. OLE color: 13192800.
HSL color Cylindrical-coordinate representation of color #604EC9: hue angle of 248.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #604EC9 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 78 | 201 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.21 |
| HSL | 248.78º | 0.53% | 0.55% | - |
| HSV(B) | 248.78º | 0.61% | 0.79% | - |
| XYZ | 18.09 | 12.15 | 56.65 | - |
| YUV | 97.4 | 186.46 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 201 | 0.52 | 0.61 | 0 | 0.21 | 248.78 | 0.53 | 0.55 |
| Hex | 60 | 4E | C9 | 34 | 3D | 0 | 15 | F9 | 35 | 37 |
| Octal | 140 | 116 | 311 | 64 | 75 | 0 | 25 | 371 | 65 | 67 |
| Binary | 1100000 | 1001110 | 11001001 | 110100 | 111101 | 0 | 10101 | 11111001 | 110101 | 110111 |
Color Harmonies of #604EC9
Complementary color
Monochromatic Colors of #604EC9
Black with #604EC9
Text Example
Text Example
White with #604EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604EC9; }
p { color: rgb(96,78,201); }
H1.HeaderClassName
{
color: #604EC9;
}
.AnyTagClassName
{
color: #604EC9;
}
</style>
background-color css
<style>
a { background-color: #604EC9; }
a { background-color: rgb(96,78,201); }
div.DivClassName
{
background-color: #604EC9;
}
.BgClassName
{
background-color: #604EC9;
}
</style>
border-color css
<style>
span { border-color: #604EC9; }
span { border-color: rgb(96,78,201); }
td.TdClassName
{
border-color: #604EC9;
}
.TagClassName
{
border-color: #604EC9;
}
</style>