Shades of Slate Blue #604FDE
Tints of Slate Blue #604FDE
RGB
CMYK
RGB Variations
Color information
#604FDE (or 0x604FDE) is known color: Slate Blue. HEX triplet: 60, 4F and DE. RGB value is (96,79,222). Sum of RGB (Red+Green+Blue) = 96+79+222=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #604FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FDE is #9FB021. Grayscale: #636363. Windows color (decimal): -10465314 or 14569312. OLE color: 14569312.
HSL color Cylindrical-coordinate representation of color #604FDE: hue angle of 247.13º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604FDE is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 79 | 222 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.13 |
| HSL | 247.13º | 0.68% | 0.59% | - |
| HSV(B) | 247.13º | 0.64% | 0.87% | - |
| XYZ | 20.8 | 13.35 | 70.59 | - |
| YUV | 100.39 | 196.63 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 222 | 0.57 | 0.64 | 0 | 0.13 | 247.13 | 0.68 | 0.59 |
| Hex | 60 | 4F | DE | 39 | 40 | 0 | D | F7 | 44 | 3B |
| Octal | 140 | 117 | 336 | 71 | 100 | 0 | 15 | 367 | 104 | 73 |
| Binary | 1100000 | 1001111 | 11011110 | 111001 | 1000000 | 0 | 1101 | 11110111 | 1000100 | 111011 |
Color Harmonies of #604FDE
Complementary color
Monochromatic Colors of #604FDE
Black with #604FDE
Text Example
Text Example
White with #604FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604FDE; }
p { color: rgb(96,79,222); }
H1.HeaderClassName
{
color: #604FDE;
}
.AnyTagClassName
{
color: #604FDE;
}
</style>
background-color css
<style>
a { background-color: #604FDE; }
a { background-color: rgb(96,79,222); }
div.DivClassName
{
background-color: #604FDE;
}
.BgClassName
{
background-color: #604FDE;
}
</style>
border-color css
<style>
span { border-color: #604FDE; }
span { border-color: rgb(96,79,222); }
td.TdClassName
{
border-color: #604FDE;
}
.TagClassName
{
border-color: #604FDE;
}
</style>