Shades of Slate Blue #603DDD
Tints of Slate Blue #603DDD
RGB
CMYK
RGB Variations
Color information
#603DDD (or 0x603DDD) is known color: Slate Blue. HEX triplet: 60, 3D and DD. RGB value is (96,61,221). Sum of RGB (Red+Green+Blue) = 96+61+221=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #603DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603DDD is #9FC222. Grayscale: #595959. Windows color (decimal): -10469923 or 14499168. OLE color: 14499168.
HSL color Cylindrical-coordinate representation of color #603DDD: hue angle of 253.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603DDD is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 61 | 221 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.13 |
| HSL | 253.13º | 0.7% | 0.55% | - |
| HSV(B) | 253.13º | 0.72% | 0.87% | - |
| XYZ | 19.54 | 11.04 | 69.51 | - |
| YUV | 89.71 | 202.1 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 221 | 0.57 | 0.72 | 0 | 0.13 | 253.13 | 0.7 | 0.55 |
| Hex | 60 | 3D | DD | 39 | 48 | 0 | D | FD | 46 | 37 |
| Octal | 140 | 75 | 335 | 71 | 110 | 0 | 15 | 375 | 106 | 67 |
| Binary | 1100000 | 111101 | 11011101 | 111001 | 1001000 | 0 | 1101 | 11111101 | 1000110 | 110111 |
Color Harmonies of #603DDD
Complementary color
Monochromatic Colors of #603DDD
Black with #603DDD
Text Example
Text Example
White with #603DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603DDD; }
p { color: rgb(96,61,221); }
H1.HeaderClassName
{
color: #603DDD;
}
.AnyTagClassName
{
color: #603DDD;
}
</style>
background-color css
<style>
a { background-color: #603DDD; }
a { background-color: rgb(96,61,221); }
div.DivClassName
{
background-color: #603DDD;
}
.BgClassName
{
background-color: #603DDD;
}
</style>
border-color css
<style>
span { border-color: #603DDD; }
span { border-color: rgb(96,61,221); }
td.TdClassName
{
border-color: #603DDD;
}
.TagClassName
{
border-color: #603DDD;
}
</style>