Shades of Slate Blue #605BC2
Tints of Slate Blue #605BC2
RGB
CMYK
RGB Variations
Color information
#605BC2 (or 0x605BC2) is known color: Slate Blue. HEX triplet: 60, 5B and C2. RGB value is (96,91,194). Sum of RGB (Red+Green+Blue) = 96+91+194=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 194 (76.17% from 255 or 50.92% from 381); Max value from RGB is 194 - color contains mainly: blue. Hex color #605BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BC2 is #9FA43D. Grayscale: #676767. Windows color (decimal): -10462270 or 12737376. OLE color: 12737376.
HSL color Cylindrical-coordinate representation of color #605BC2: hue angle of 242.91º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605BC2 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 91 | 194 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.24 |
| HSL | 242.91º | 0.46% | 0.56% | - |
| HSV(B) | 242.91º | 0.53% | 0.76% | - |
| XYZ | 18.3 | 13.86 | 52.75 | - |
| YUV | 104.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 194 | 0.51 | 0.53 | 0 | 0.24 | 242.91 | 0.46 | 0.56 |
| Hex | 60 | 5B | C2 | 33 | 35 | 0 | 18 | F3 | 2E | 38 |
| Octal | 140 | 133 | 302 | 63 | 65 | 0 | 30 | 363 | 56 | 70 |
| Binary | 1100000 | 1011011 | 11000010 | 110011 | 110101 | 0 | 11000 | 11110011 | 101110 | 111000 |
Color Harmonies of #605BC2
Complementary color
Monochromatic Colors of #605BC2
Black with #605BC2
Text Example
Text Example
White with #605BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BC2; }
p { color: rgb(96,91,194); }
H1.HeaderClassName
{
color: #605BC2;
}
.AnyTagClassName
{
color: #605BC2;
}
</style>
background-color css
<style>
a { background-color: #605BC2; }
a { background-color: rgb(96,91,194); }
div.DivClassName
{
background-color: #605BC2;
}
.BgClassName
{
background-color: #605BC2;
}
</style>
border-color css
<style>
span { border-color: #605BC2; }
span { border-color: rgb(96,91,194); }
td.TdClassName
{
border-color: #605BC2;
}
.TagClassName
{
border-color: #605BC2;
}
</style>