Shades of Slate Blue #605DC2
Tints of Slate Blue #605DC2
RGB
CMYK
RGB Variations
Color information
#605DC2 (or 0x605DC2) is known color: Slate Blue. HEX triplet: 60, 5D and C2. RGB value is (96,93,194). Sum of RGB (Red+Green+Blue) = 96+93+194=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 194 (76.17% from 255 or 50.65% from 383); Max value from RGB is 194 - color contains mainly: blue. Hex color #605DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DC2 is #9FA23D. Grayscale: #696969. Windows color (decimal): -10461758 or 12737888. OLE color: 12737888.
HSL color Cylindrical-coordinate representation of color #605DC2: hue angle of 241.78º 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 #605DC2 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 93 | 194 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.24 |
| HSL | 241.78º | 0.45% | 0.56% | - |
| HSV(B) | 241.78º | 0.52% | 0.76% | - |
| XYZ | 18.48 | 14.21 | 52.81 | - |
| YUV | 105.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 194 | 0.51 | 0.52 | 0 | 0.24 | 241.78 | 0.45 | 0.56 |
| Hex | 60 | 5D | C2 | 33 | 34 | 0 | 18 | F2 | 2D | 38 |
| Octal | 140 | 135 | 302 | 63 | 64 | 0 | 30 | 362 | 55 | 70 |
| Binary | 1100000 | 1011101 | 11000010 | 110011 | 110100 | 0 | 11000 | 11110010 | 101101 | 111000 |
Color Harmonies of #605DC2
Complementary color
Monochromatic Colors of #605DC2
Black with #605DC2
Text Example
Text Example
White with #605DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DC2; }
p { color: rgb(96,93,194); }
H1.HeaderClassName
{
color: #605DC2;
}
.AnyTagClassName
{
color: #605DC2;
}
</style>
background-color css
<style>
a { background-color: #605DC2; }
a { background-color: rgb(96,93,194); }
div.DivClassName
{
background-color: #605DC2;
}
.BgClassName
{
background-color: #605DC2;
}
</style>
border-color css
<style>
span { border-color: #605DC2; }
span { border-color: rgb(96,93,194); }
td.TdClassName
{
border-color: #605DC2;
}
.TagClassName
{
border-color: #605DC2;
}
</style>