Shades of Slate Blue #605AD3
Tints of Slate Blue #605AD3
RGB
CMYK
RGB Variations
Color information
#605AD3 (or 0x605AD3) is known color: Slate Blue. HEX triplet: 60, 5A and D3. RGB value is (96,90,211). Sum of RGB (Red+Green+Blue) = 96+90+211=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #605AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605AD3 is #9FA52C. Grayscale: #696969. Windows color (decimal): -10462509 or 13851232. OLE color: 13851232.
HSL color Cylindrical-coordinate representation of color #605AD3: hue angle of 242.98º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605AD3 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 90 | 211 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.17 |
| HSL | 242.98º | 0.58% | 0.59% | - |
| HSV(B) | 242.98º | 0.57% | 0.83% | - |
| XYZ | 20.24 | 14.5 | 63.36 | - |
| YUV | 105.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 211 | 0.55 | 0.57 | 0 | 0.17 | 242.98 | 0.58 | 0.59 |
| Hex | 60 | 5A | D3 | 37 | 39 | 0 | 11 | F3 | 3A | 3B |
| Octal | 140 | 132 | 323 | 67 | 71 | 0 | 21 | 363 | 72 | 73 |
| Binary | 1100000 | 1011010 | 11010011 | 110111 | 111001 | 0 | 10001 | 11110011 | 111010 | 111011 |
Color Harmonies of #605AD3
Complementary color
Monochromatic Colors of #605AD3
Black with #605AD3
Text Example
Text Example
White with #605AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605AD3; }
p { color: rgb(96,90,211); }
H1.HeaderClassName
{
color: #605AD3;
}
.AnyTagClassName
{
color: #605AD3;
}
</style>
background-color css
<style>
a { background-color: #605AD3; }
a { background-color: rgb(96,90,211); }
div.DivClassName
{
background-color: #605AD3;
}
.BgClassName
{
background-color: #605AD3;
}
</style>
border-color css
<style>
span { border-color: #605AD3; }
span { border-color: rgb(96,90,211); }
td.TdClassName
{
border-color: #605AD3;
}
.TagClassName
{
border-color: #605AD3;
}
</style>