Shades of Slate Blue #605EC2
Tints of Slate Blue #605EC2
RGB
CMYK
RGB Variations
Color information
#605EC2 (or 0x605EC2) is known color: Slate Blue. HEX triplet: 60, 5E and C2. RGB value is (96,94,194). Sum of RGB (Red+Green+Blue) = 96+94+194=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #605EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605EC2 is #9FA13D. Grayscale: #696969. Windows color (decimal): -10461502 or 12738144. OLE color: 12738144.
HSL color Cylindrical-coordinate representation of color #605EC2: hue angle of 241.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605EC2 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 94 | 194 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.24 |
| HSL | 241.2º | 0.45% | 0.56% | - |
| HSV(B) | 241.2º | 0.52% | 0.76% | - |
| XYZ | 18.56 | 14.39 | 52.84 | - |
| YUV | 106 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 194 | 0.51 | 0.52 | 0 | 0.24 | 241.2 | 0.45 | 0.56 |
| Hex | 60 | 5E | C2 | 33 | 34 | 0 | 18 | F1 | 2D | 38 |
| Octal | 140 | 136 | 302 | 63 | 64 | 0 | 30 | 361 | 55 | 70 |
| Binary | 1100000 | 1011110 | 11000010 | 110011 | 110100 | 0 | 11000 | 11110001 | 101101 | 111000 |
Color Harmonies of #605EC2
Complementary color
Monochromatic Colors of #605EC2
Black with #605EC2
Text Example
Text Example
White with #605EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605EC2; }
p { color: rgb(96,94,194); }
H1.HeaderClassName
{
color: #605EC2;
}
.AnyTagClassName
{
color: #605EC2;
}
</style>
background-color css
<style>
a { background-color: #605EC2; }
a { background-color: rgb(96,94,194); }
div.DivClassName
{
background-color: #605EC2;
}
.BgClassName
{
background-color: #605EC2;
}
</style>
border-color css
<style>
span { border-color: #605EC2; }
span { border-color: rgb(96,94,194); }
td.TdClassName
{
border-color: #605EC2;
}
.TagClassName
{
border-color: #605EC2;
}
</style>