Shades of Slate Blue #603FDB
Tints of Slate Blue #603FDB
RGB
CMYK
RGB Variations
Color information
#603FDB (or 0x603FDB) is known color: Slate Blue. HEX triplet: 60, 3F and DB. RGB value is (96,63,219). Sum of RGB (Red+Green+Blue) = 96+63+219=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #603FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FDB is #9FC024. Grayscale: #5A5A5A. Windows color (decimal): -10469413 or 14368608. OLE color: 14368608.
HSL color Cylindrical-coordinate representation of color #603FDB: hue angle of 252.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603FDB is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 63 | 219 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.14 |
| HSL | 252.69º | 0.68% | 0.55% | - |
| HSV(B) | 252.69º | 0.71% | 0.86% | - |
| XYZ | 19.39 | 11.16 | 68.15 | - |
| YUV | 90.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 219 | 0.56 | 0.71 | 0 | 0.14 | 252.69 | 0.68 | 0.55 |
| Hex | 60 | 3F | DB | 38 | 47 | 0 | E | FD | 44 | 37 |
| Octal | 140 | 77 | 333 | 70 | 107 | 0 | 16 | 375 | 104 | 67 |
| Binary | 1100000 | 111111 | 11011011 | 111000 | 1000111 | 0 | 1110 | 11111101 | 1000100 | 110111 |
Color Harmonies of #603FDB
Complementary color
Monochromatic Colors of #603FDB
Black with #603FDB
Text Example
Text Example
White with #603FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FDB; }
p { color: rgb(96,63,219); }
H1.HeaderClassName
{
color: #603FDB;
}
.AnyTagClassName
{
color: #603FDB;
}
</style>
background-color css
<style>
a { background-color: #603FDB; }
a { background-color: rgb(96,63,219); }
div.DivClassName
{
background-color: #603FDB;
}
.BgClassName
{
background-color: #603FDB;
}
</style>
border-color css
<style>
span { border-color: #603FDB; }
span { border-color: rgb(96,63,219); }
td.TdClassName
{
border-color: #603FDB;
}
.TagClassName
{
border-color: #603FDB;
}
</style>