Shades of Slate Blue #604BCE
Tints of Slate Blue #604BCE
RGB
CMYK
RGB Variations
Color information
#604BCE (or 0x604BCE) is known color: Slate Blue. HEX triplet: 60, 4B and CE. RGB value is (96,75,206). Sum of RGB (Red+Green+Blue) = 96+75+206=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #604BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #604BCE is #9FB431. Grayscale: #5F5F5F. Windows color (decimal): -10466354 or 13519712. OLE color: 13519712.
HSL color Cylindrical-coordinate representation of color #604BCE: hue angle of 249.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604BCE is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 75 | 206 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.19 |
| HSL | 249.62º | 0.57% | 0.55% | - |
| HSV(B) | 249.62º | 0.64% | 0.81% | - |
| XYZ | 18.48 | 11.98 | 59.73 | - |
| YUV | 96.21 | 189.96 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 206 | 0.53 | 0.64 | 0 | 0.19 | 249.62 | 0.57 | 0.55 |
| Hex | 60 | 4B | CE | 35 | 40 | 0 | 13 | FA | 39 | 37 |
| Octal | 140 | 113 | 316 | 65 | 100 | 0 | 23 | 372 | 71 | 67 |
| Binary | 1100000 | 1001011 | 11001110 | 110101 | 1000000 | 0 | 10011 | 11111010 | 111001 | 110111 |
Color Harmonies of #604BCE
Complementary color
Monochromatic Colors of #604BCE
Black with #604BCE
Text Example
Text Example
White with #604BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604BCE; }
p { color: rgb(96,75,206); }
H1.HeaderClassName
{
color: #604BCE;
}
.AnyTagClassName
{
color: #604BCE;
}
</style>
background-color css
<style>
a { background-color: #604BCE; }
a { background-color: rgb(96,75,206); }
div.DivClassName
{
background-color: #604BCE;
}
.BgClassName
{
background-color: #604BCE;
}
</style>
border-color css
<style>
span { border-color: #604BCE; }
span { border-color: rgb(96,75,206); }
td.TdClassName
{
border-color: #604BCE;
}
.TagClassName
{
border-color: #604BCE;
}
</style>