Shades of Slate Blue #604FDB
Tints of Slate Blue #604FDB
RGB
CMYK
RGB Variations
Color information
#604FDB (or 0x604FDB) is known color: Slate Blue. HEX triplet: 60, 4F and DB. RGB value is (96,79,219). Sum of RGB (Red+Green+Blue) = 96+79+219=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #604FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #604FDB is #9FB024. Grayscale: #636363. Windows color (decimal): -10465317 or 14372704. OLE color: 14372704.
HSL color Cylindrical-coordinate representation of color #604FDB: hue angle of 247.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #604FDB is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 79 | 219 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.14 |
| HSL | 247.29º | 0.66% | 0.58% | - |
| HSV(B) | 247.29º | 0.64% | 0.86% | - |
| XYZ | 20.41 | 13.19 | 68.49 | - |
| YUV | 100.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 79 | 219 | 0.56 | 0.64 | 0 | 0.14 | 247.29 | 0.66 | 0.58 |
| Hex | 60 | 4F | DB | 38 | 40 | 0 | E | F7 | 42 | 3A |
| Octal | 140 | 117 | 333 | 70 | 100 | 0 | 16 | 367 | 102 | 72 |
| Binary | 1100000 | 1001111 | 11011011 | 111000 | 1000000 | 0 | 1110 | 11110111 | 1000010 | 111010 |
Color Harmonies of #604FDB
Complementary color
Monochromatic Colors of #604FDB
Black with #604FDB
Text Example
Text Example
White with #604FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604FDB; }
p { color: rgb(96,79,219); }
H1.HeaderClassName
{
color: #604FDB;
}
.AnyTagClassName
{
color: #604FDB;
}
</style>
background-color css
<style>
a { background-color: #604FDB; }
a { background-color: rgb(96,79,219); }
div.DivClassName
{
background-color: #604FDB;
}
.BgClassName
{
background-color: #604FDB;
}
</style>
border-color css
<style>
span { border-color: #604FDB; }
span { border-color: rgb(96,79,219); }
td.TdClassName
{
border-color: #604FDB;
}
.TagClassName
{
border-color: #604FDB;
}
</style>