Shades of Slate Blue #603EDF
Tints of Slate Blue #603EDF
RGB
CMYK
RGB Variations
Color information
#603EDF (or 0x603EDF) is known color: Slate Blue. HEX triplet: 60, 3E and DF. RGB value is (96,62,223). Sum of RGB (Red+Green+Blue) = 96+62+223=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #603EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #603EDF is #9FC120. Grayscale: #595959. Windows color (decimal): -10469665 or 14630496. OLE color: 14630496.
HSL color Cylindrical-coordinate representation of color #603EDF: hue angle of 252.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #603EDF is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 62 | 223 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.13 |
| HSL | 252.67º | 0.72% | 0.56% | - |
| HSV(B) | 252.67º | 0.72% | 0.87% | - |
| XYZ | 19.87 | 11.26 | 70.94 | - |
| YUV | 90.52 | 202.76 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 223 | 0.57 | 0.72 | 0 | 0.13 | 252.67 | 0.72 | 0.56 |
| Hex | 60 | 3E | DF | 39 | 48 | 0 | D | FD | 48 | 38 |
| Octal | 140 | 76 | 337 | 71 | 110 | 0 | 15 | 375 | 110 | 70 |
| Binary | 1100000 | 111110 | 11011111 | 111001 | 1001000 | 0 | 1101 | 11111101 | 1001000 | 111000 |
Color Harmonies of #603EDF
Complementary color
Monochromatic Colors of #603EDF
Black with #603EDF
Text Example
Text Example
White with #603EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EDF; }
p { color: rgb(96,62,223); }
H1.HeaderClassName
{
color: #603EDF;
}
.AnyTagClassName
{
color: #603EDF;
}
</style>
background-color css
<style>
a { background-color: #603EDF; }
a { background-color: rgb(96,62,223); }
div.DivClassName
{
background-color: #603EDF;
}
.BgClassName
{
background-color: #603EDF;
}
</style>
border-color css
<style>
span { border-color: #603EDF; }
span { border-color: rgb(96,62,223); }
td.TdClassName
{
border-color: #603EDF;
}
.TagClassName
{
border-color: #603EDF;
}
</style>