Shades of Slate Blue #6043CC
Tints of Slate Blue #6043CC
RGB
CMYK
RGB Variations
Color information
#6043CC (or 0x6043CC) is known color: Slate Blue. HEX triplet: 60, 43 and CC. RGB value is (96,67,204). Sum of RGB (Red+Green+Blue) = 96+67+204=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #6043CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6043CC is #9FBC33. Grayscale: #5A5A5A. Windows color (decimal): -10468404 or 13386592. OLE color: 13386592.
HSL color Cylindrical-coordinate representation of color #6043CC: hue angle of 252.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6043CC is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 67 | 204 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.2 |
| HSL | 252.7º | 0.57% | 0.53% | - |
| HSV(B) | 252.7º | 0.67% | 0.8% | - |
| XYZ | 17.73 | 10.86 | 58.29 | - |
| YUV | 91.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 204 | 0.53 | 0.67 | 0 | 0.2 | 252.7 | 0.57 | 0.53 |
| Hex | 60 | 43 | CC | 35 | 43 | 0 | 14 | FD | 39 | 35 |
| Octal | 140 | 103 | 314 | 65 | 103 | 0 | 24 | 375 | 71 | 65 |
| Binary | 1100000 | 1000011 | 11001100 | 110101 | 1000011 | 0 | 10100 | 11111101 | 111001 | 110101 |
Color Harmonies of #6043CC
Complementary color
Monochromatic Colors of #6043CC
Black with #6043CC
Text Example
Text Example
White with #6043CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6043CC; }
p { color: rgb(96,67,204); }
H1.HeaderClassName
{
color: #6043CC;
}
.AnyTagClassName
{
color: #6043CC;
}
</style>
background-color css
<style>
a { background-color: #6043CC; }
a { background-color: rgb(96,67,204); }
div.DivClassName
{
background-color: #6043CC;
}
.BgClassName
{
background-color: #6043CC;
}
</style>
border-color css
<style>
span { border-color: #6043CC; }
span { border-color: rgb(96,67,204); }
td.TdClassName
{
border-color: #6043CC;
}
.TagClassName
{
border-color: #6043CC;
}
</style>