Shades of Slate Blue #605FE1
Tints of Slate Blue #605FE1
RGB
CMYK
RGB Variations
Color information
#605FE1 (or 0x605FE1) is known color: Slate Blue. HEX triplet: 60, 5F and E1. RGB value is (96,95,225). Sum of RGB (Red+Green+Blue) = 96+95+225=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #605FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FE1 is #9FA01E. Grayscale: #6D6D6D. Windows color (decimal): -10461215 or 14770016. OLE color: 14770016.
HSL color Cylindrical-coordinate representation of color #605FE1: hue angle of 240.46º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #605FE1 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 95 | 225 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.12 |
| HSL | 240.46º | 0.68% | 0.63% | - |
| HSV(B) | 240.46º | 0.58% | 0.88% | - |
| XYZ | 22.51 | 16.11 | 73.16 | - |
| YUV | 110.12 | 192.83 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 225 | 0.57 | 0.58 | 0 | 0.12 | 240.46 | 0.68 | 0.63 |
| Hex | 60 | 5F | E1 | 39 | 3A | 0 | C | F0 | 44 | 3F |
| Octal | 140 | 137 | 341 | 71 | 72 | 0 | 14 | 360 | 104 | 77 |
| Binary | 1100000 | 1011111 | 11100001 | 111001 | 111010 | 0 | 1100 | 11110000 | 1000100 | 111111 |
Color Harmonies of #605FE1
Complementary color
Monochromatic Colors of #605FE1
Black with #605FE1
Text Example
Text Example
White with #605FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605FE1; }
p { color: rgb(96,95,225); }
H1.HeaderClassName
{
color: #605FE1;
}
.AnyTagClassName
{
color: #605FE1;
}
</style>
background-color css
<style>
a { background-color: #605FE1; }
a { background-color: rgb(96,95,225); }
div.DivClassName
{
background-color: #605FE1;
}
.BgClassName
{
background-color: #605FE1;
}
</style>
border-color css
<style>
span { border-color: #605FE1; }
span { border-color: rgb(96,95,225); }
td.TdClassName
{
border-color: #605FE1;
}
.TagClassName
{
border-color: #605FE1;
}
</style>