Shades of Slate Blue #603FDC
Tints of Slate Blue #603FDC
RGB
CMYK
RGB Variations
Color information
#603FDC (or 0x603FDC) is known color: Slate Blue. HEX triplet: 60, 3F and DC. RGB value is (96,63,220). Sum of RGB (Red+Green+Blue) = 96+63+220=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #603FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FDC is #9FC023. Grayscale: #5A5A5A. Windows color (decimal): -10469412 or 14434144. OLE color: 14434144.
HSL color Cylindrical-coordinate representation of color #603FDC: hue angle of 252.61º degrees, saturation: 0.69, 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 #603FDC is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 63 | 220 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.14 |
| HSL | 252.61º | 0.69% | 0.55% | - |
| HSV(B) | 252.61º | 0.71% | 0.86% | - |
| XYZ | 19.52 | 11.21 | 68.84 | - |
| YUV | 90.77 | 200.93 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 220 | 0.56 | 0.71 | 0 | 0.14 | 252.61 | 0.69 | 0.55 |
| Hex | 60 | 3F | DC | 38 | 47 | 0 | E | FD | 45 | 37 |
| Octal | 140 | 77 | 334 | 70 | 107 | 0 | 16 | 375 | 105 | 67 |
| Binary | 1100000 | 111111 | 11011100 | 111000 | 1000111 | 0 | 1110 | 11111101 | 1000101 | 110111 |
Color Harmonies of #603FDC
Complementary color
Monochromatic Colors of #603FDC
Black with #603FDC
Text Example
Text Example
White with #603FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FDC; }
p { color: rgb(96,63,220); }
H1.HeaderClassName
{
color: #603FDC;
}
.AnyTagClassName
{
color: #603FDC;
}
</style>
background-color css
<style>
a { background-color: #603FDC; }
a { background-color: rgb(96,63,220); }
div.DivClassName
{
background-color: #603FDC;
}
.BgClassName
{
background-color: #603FDC;
}
</style>
border-color css
<style>
span { border-color: #603FDC; }
span { border-color: rgb(96,63,220); }
td.TdClassName
{
border-color: #603FDC;
}
.TagClassName
{
border-color: #603FDC;
}
</style>