Shades of Slate Blue #605CDA
Tints of Slate Blue #605CDA
RGB
CMYK
RGB Variations
Color information
#605CDA (or 0x605CDA) is known color: Slate Blue. HEX triplet: 60, 5C and DA. RGB value is (96,92,218). Sum of RGB (Red+Green+Blue) = 96+92+218=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #605CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CDA is #9FA325. Grayscale: #6B6B6B. Windows color (decimal): -10461990 or 14310496. OLE color: 14310496.
HSL color Cylindrical-coordinate representation of color #605CDA: hue angle of 241.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #605CDA is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 92 | 218 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.15 |
| HSL | 241.9º | 0.63% | 0.61% | - |
| HSV(B) | 241.9º | 0.58% | 0.85% | - |
| XYZ | 21.31 | 15.2 | 68.14 | - |
| YUV | 107.56 | 190.33 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 218 | 0.56 | 0.58 | 0 | 0.15 | 241.9 | 0.63 | 0.61 |
| Hex | 60 | 5C | DA | 38 | 3A | 0 | F | F2 | 3F | 3D |
| Octal | 140 | 134 | 332 | 70 | 72 | 0 | 17 | 362 | 77 | 75 |
| Binary | 1100000 | 1011100 | 11011010 | 111000 | 111010 | 0 | 1111 | 11110010 | 111111 | 111101 |
Color Harmonies of #605CDA
Complementary color
Monochromatic Colors of #605CDA
Black with #605CDA
Text Example
Text Example
White with #605CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CDA; }
p { color: rgb(96,92,218); }
H1.HeaderClassName
{
color: #605CDA;
}
.AnyTagClassName
{
color: #605CDA;
}
</style>
background-color css
<style>
a { background-color: #605CDA; }
a { background-color: rgb(96,92,218); }
div.DivClassName
{
background-color: #605CDA;
}
.BgClassName
{
background-color: #605CDA;
}
</style>
border-color css
<style>
span { border-color: #605CDA; }
span { border-color: rgb(96,92,218); }
td.TdClassName
{
border-color: #605CDA;
}
.TagClassName
{
border-color: #605CDA;
}
</style>