Shades of Slate Blue #605CC2
Tints of Slate Blue #605CC2
RGB
CMYK
RGB Variations
Color information
#605CC2 (or 0x605CC2) is known color: Slate Blue. HEX triplet: 60, 5C and C2. RGB value is (96,92,194). Sum of RGB (Red+Green+Blue) = 96+92+194=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #605CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CC2 is #9FA33D. Grayscale: #686868. Windows color (decimal): -10462014 or 12737632. OLE color: 12737632.
HSL color Cylindrical-coordinate representation of color #605CC2: hue angle of 242.35º 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 #605CC2 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 92 | 194 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.24 |
| HSL | 242.35º | 0.46% | 0.56% | - |
| HSV(B) | 242.35º | 0.53% | 0.76% | - |
| XYZ | 18.39 | 14.04 | 52.78 | - |
| YUV | 104.82 | 178.33 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 194 | 0.51 | 0.53 | 0 | 0.24 | 242.35 | 0.46 | 0.56 |
| Hex | 60 | 5C | C2 | 33 | 35 | 0 | 18 | F2 | 2E | 38 |
| Octal | 140 | 134 | 302 | 63 | 65 | 0 | 30 | 362 | 56 | 70 |
| Binary | 1100000 | 1011100 | 11000010 | 110011 | 110101 | 0 | 11000 | 11110010 | 101110 | 111000 |
Color Harmonies of #605CC2
Complementary color
Monochromatic Colors of #605CC2
Black with #605CC2
Text Example
Text Example
White with #605CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605CC2; }
p { color: rgb(96,92,194); }
H1.HeaderClassName
{
color: #605CC2;
}
.AnyTagClassName
{
color: #605CC2;
}
</style>
background-color css
<style>
a { background-color: #605CC2; }
a { background-color: rgb(96,92,194); }
div.DivClassName
{
background-color: #605CC2;
}
.BgClassName
{
background-color: #605CC2;
}
</style>
border-color css
<style>
span { border-color: #605CC2; }
span { border-color: rgb(96,92,194); }
td.TdClassName
{
border-color: #605CC2;
}
.TagClassName
{
border-color: #605CC2;
}
</style>