Shades of Slate Blue #6055C3
Tints of Slate Blue #6055C3
RGB
CMYK
RGB Variations
Color information
#6055C3 (or 0x6055C3) is known color: Slate Blue. HEX triplet: 60, 55 and C3. RGB value is (96,85,195). Sum of RGB (Red+Green+Blue) = 96+85+195=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 195 (76.56% from 255 or 51.86% from 376); Max value from RGB is 195 - color contains mainly: blue. Hex color #6055C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6055C3 is #9FAA3C. Grayscale: #646464. Windows color (decimal): -10463805 or 12801376. OLE color: 12801376.
HSL color Cylindrical-coordinate representation of color #6055C3: hue angle of 246º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6055C3 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 85 | 195 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.24 |
| HSL | 246º | 0.48% | 0.55% | - |
| HSV(B) | 246º | 0.56% | 0.76% | - |
| XYZ | 17.92 | 12.92 | 53.18 | - |
| YUV | 100.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 195 | 0.51 | 0.56 | 0 | 0.24 | 246 | 0.48 | 0.55 |
| Hex | 60 | 55 | C3 | 33 | 38 | 0 | 18 | F6 | 30 | 37 |
| Octal | 140 | 125 | 303 | 63 | 70 | 0 | 30 | 366 | 60 | 67 |
| Binary | 1100000 | 1010101 | 11000011 | 110011 | 111000 | 0 | 11000 | 11110110 | 110000 | 110111 |
Color Harmonies of #6055C3
Complementary color
Monochromatic Colors of #6055C3
Black with #6055C3
Text Example
Text Example
White with #6055C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6055C3; }
p { color: rgb(96,85,195); }
H1.HeaderClassName
{
color: #6055C3;
}
.AnyTagClassName
{
color: #6055C3;
}
</style>
background-color css
<style>
a { background-color: #6055C3; }
a { background-color: rgb(96,85,195); }
div.DivClassName
{
background-color: #6055C3;
}
.BgClassName
{
background-color: #6055C3;
}
</style>
border-color css
<style>
span { border-color: #6055C3; }
span { border-color: rgb(96,85,195); }
td.TdClassName
{
border-color: #6055C3;
}
.TagClassName
{
border-color: #6055C3;
}
</style>