Shades of Slate Blue #605ACC
Tints of Slate Blue #605ACC
RGB
CMYK
RGB Variations
Color information
#605ACC (or 0x605ACC) is known color: Slate Blue. HEX triplet: 60, 5A and CC. RGB value is (96,90,204). Sum of RGB (Red+Green+Blue) = 96+90+204=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #605ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ACC is #9FA533. Grayscale: #686868. Windows color (decimal): -10462516 or 13392480. OLE color: 13392480.
HSL color Cylindrical-coordinate representation of color #605ACC: hue angle of 243.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605ACC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 90 | 204 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.2 |
| HSL | 243.16º | 0.53% | 0.58% | - |
| HSV(B) | 243.16º | 0.56% | 0.8% | - |
| XYZ | 19.38 | 14.16 | 58.84 | - |
| YUV | 104.79 | 183.99 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 204 | 0.53 | 0.56 | 0 | 0.2 | 243.16 | 0.53 | 0.58 |
| Hex | 60 | 5A | CC | 35 | 38 | 0 | 14 | F3 | 35 | 3A |
| Octal | 140 | 132 | 314 | 65 | 70 | 0 | 24 | 363 | 65 | 72 |
| Binary | 1100000 | 1011010 | 11001100 | 110101 | 111000 | 0 | 10100 | 11110011 | 110101 | 111010 |
Color Harmonies of #605ACC
Complementary color
Monochromatic Colors of #605ACC
Black with #605ACC
Text Example
Text Example
White with #605ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ACC; }
p { color: rgb(96,90,204); }
H1.HeaderClassName
{
color: #605ACC;
}
.AnyTagClassName
{
color: #605ACC;
}
</style>
background-color css
<style>
a { background-color: #605ACC; }
a { background-color: rgb(96,90,204); }
div.DivClassName
{
background-color: #605ACC;
}
.BgClassName
{
background-color: #605ACC;
}
</style>
border-color css
<style>
span { border-color: #605ACC; }
span { border-color: rgb(96,90,204); }
td.TdClassName
{
border-color: #605ACC;
}
.TagClassName
{
border-color: #605ACC;
}
</style>