Shades of Slate Blue #603FDD
Tints of Slate Blue #603FDD
RGB
CMYK
RGB Variations
Color information
#603FDD (or 0x603FDD) is known color: Slate Blue. HEX triplet: 60, 3F and DD. RGB value is (96,63,221). Sum of RGB (Red+Green+Blue) = 96+63+221=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #603FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603FDD is #9FC022. Grayscale: #5A5A5A. Windows color (decimal): -10469411 or 14499680. OLE color: 14499680.
HSL color Cylindrical-coordinate representation of color #603FDD: hue angle of 252.53º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #603FDD is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 63 | 221 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.13 |
| HSL | 252.53º | 0.7% | 0.56% | - |
| HSV(B) | 252.53º | 0.71% | 0.87% | - |
| XYZ | 19.65 | 11.26 | 69.54 | - |
| YUV | 90.88 | 201.43 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 221 | 0.57 | 0.71 | 0 | 0.13 | 252.53 | 0.7 | 0.56 |
| Hex | 60 | 3F | DD | 39 | 47 | 0 | D | FD | 46 | 38 |
| Octal | 140 | 77 | 335 | 71 | 107 | 0 | 15 | 375 | 106 | 70 |
| Binary | 1100000 | 111111 | 11011101 | 111001 | 1000111 | 0 | 1101 | 11111101 | 1000110 | 111000 |
Color Harmonies of #603FDD
Complementary color
Monochromatic Colors of #603FDD
Black with #603FDD
Text Example
Text Example
White with #603FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FDD; }
p { color: rgb(96,63,221); }
H1.HeaderClassName
{
color: #603FDD;
}
.AnyTagClassName
{
color: #603FDD;
}
</style>
background-color css
<style>
a { background-color: #603FDD; }
a { background-color: rgb(96,63,221); }
div.DivClassName
{
background-color: #603FDD;
}
.BgClassName
{
background-color: #603FDD;
}
</style>
border-color css
<style>
span { border-color: #603FDD; }
span { border-color: rgb(96,63,221); }
td.TdClassName
{
border-color: #603FDD;
}
.TagClassName
{
border-color: #603FDD;
}
</style>