Shades of Slate Blue #605DCA
Tints of Slate Blue #605DCA
RGB
CMYK
RGB Variations
Color information
#605DCA (or 0x605DCA) is known color: Slate Blue. HEX triplet: 60, 5D and CA. RGB value is (96,93,202). Sum of RGB (Red+Green+Blue) = 96+93+202=391 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.55% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #605DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DCA is #9FA235. Grayscale: #696969. Windows color (decimal): -10461750 or 13262176. OLE color: 13262176.
HSL color Cylindrical-coordinate representation of color #605DCA: hue angle of 241.65º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #605DCA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 93 | 202 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.21 |
| HSL | 241.65º | 0.51% | 0.58% | - |
| HSV(B) | 241.65º | 0.54% | 0.79% | - |
| XYZ | 19.4 | 14.58 | 57.67 | - |
| YUV | 106.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 202 | 0.52 | 0.54 | 0 | 0.21 | 241.65 | 0.51 | 0.58 |
| Hex | 60 | 5D | CA | 34 | 36 | 0 | 15 | F2 | 33 | 3A |
| Octal | 140 | 135 | 312 | 64 | 66 | 0 | 25 | 362 | 63 | 72 |
| Binary | 1100000 | 1011101 | 11001010 | 110100 | 110110 | 0 | 10101 | 11110010 | 110011 | 111010 |
Color Harmonies of #605DCA
Complementary color
Monochromatic Colors of #605DCA
Black with #605DCA
Text Example
Text Example
White with #605DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DCA; }
p { color: rgb(96,93,202); }
H1.HeaderClassName
{
color: #605DCA;
}
.AnyTagClassName
{
color: #605DCA;
}
</style>
background-color css
<style>
a { background-color: #605DCA; }
a { background-color: rgb(96,93,202); }
div.DivClassName
{
background-color: #605DCA;
}
.BgClassName
{
background-color: #605DCA;
}
</style>
border-color css
<style>
span { border-color: #605DCA; }
span { border-color: rgb(96,93,202); }
td.TdClassName
{
border-color: #605DCA;
}
.TagClassName
{
border-color: #605DCA;
}
</style>