Shades of Slate Blue #6055C0
Tints of Slate Blue #6055C0
RGB
CMYK
RGB Variations
Color information
#6055C0 (or 0x6055C0) is known color: Slate Blue. HEX triplet: 60, 55 and C0. RGB value is (96,85,192). Sum of RGB (Red+Green+Blue) = 96+85+192=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #6055C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055C0 is #9FAA3F. Grayscale: #646464. Windows color (decimal): -10463808 or 12604768. OLE color: 12604768.
HSL color Cylindrical-coordinate representation of color #6055C0: hue angle of 246.17º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6055C0 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 85 | 192 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.25 |
| HSL | 246.17º | 0.46% | 0.54% | - |
| HSV(B) | 246.17º | 0.56% | 0.75% | - |
| XYZ | 17.59 | 12.79 | 51.41 | - |
| YUV | 100.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 192 | 0.50 | 0.56 | 0 | 0.25 | 246.17 | 0.46 | 0.54 |
| Hex | 60 | 55 | C0 | 32 | 38 | 0 | 19 | F6 | 2E | 36 |
| Octal | 140 | 125 | 300 | 62 | 70 | 0 | 31 | 366 | 56 | 66 |
| Binary | 1100000 | 1010101 | 11000000 | 110010 | 111000 | 0 | 11001 | 11110110 | 101110 | 110110 |
Color Harmonies of #6055C0
Complementary color
Monochromatic Colors of #6055C0
Black with #6055C0
Text Example
Text Example
White with #6055C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6055C0; }
p { color: rgb(96,85,192); }
H1.HeaderClassName
{
color: #6055C0;
}
.AnyTagClassName
{
color: #6055C0;
}
</style>
background-color css
<style>
a { background-color: #6055C0; }
a { background-color: rgb(96,85,192); }
div.DivClassName
{
background-color: #6055C0;
}
.BgClassName
{
background-color: #6055C0;
}
</style>
border-color css
<style>
span { border-color: #6055C0; }
span { border-color: rgb(96,85,192); }
td.TdClassName
{
border-color: #6055C0;
}
.TagClassName
{
border-color: #6055C0;
}
</style>