Shades of Slate Blue #6043C9
Tints of Slate Blue #6043C9
RGB
CMYK
RGB Variations
Color information
#6043C9 (or 0x6043C9) is known color: Slate Blue. HEX triplet: 60, 43 and C9. RGB value is (96,67,201). Sum of RGB (Red+Green+Blue) = 96+67+201=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #6043C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6043C9 is #9FBC36. Grayscale: #5A5A5A. Windows color (decimal): -10468407 or 13189984. OLE color: 13189984.
HSL color Cylindrical-coordinate representation of color #6043C9: hue angle of 252.99º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6043C9 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 67 | 201 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.21 |
| HSL | 252.99º | 0.55% | 0.53% | - |
| HSV(B) | 252.99º | 0.67% | 0.79% | - |
| XYZ | 17.37 | 10.72 | 56.41 | - |
| YUV | 90.95 | 190.11 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 201 | 0.52 | 0.67 | 0 | 0.21 | 252.99 | 0.55 | 0.53 |
| Hex | 60 | 43 | C9 | 34 | 43 | 0 | 15 | FD | 37 | 35 |
| Octal | 140 | 103 | 311 | 64 | 103 | 0 | 25 | 375 | 67 | 65 |
| Binary | 1100000 | 1000011 | 11001001 | 110100 | 1000011 | 0 | 10101 | 11111101 | 110111 | 110101 |
Color Harmonies of #6043C9
Complementary color
Monochromatic Colors of #6043C9
Black with #6043C9
Text Example
Text Example
White with #6043C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6043C9; }
p { color: rgb(96,67,201); }
H1.HeaderClassName
{
color: #6043C9;
}
.AnyTagClassName
{
color: #6043C9;
}
</style>
background-color css
<style>
a { background-color: #6043C9; }
a { background-color: rgb(96,67,201); }
div.DivClassName
{
background-color: #6043C9;
}
.BgClassName
{
background-color: #6043C9;
}
</style>
border-color css
<style>
span { border-color: #6043C9; }
span { border-color: rgb(96,67,201); }
td.TdClassName
{
border-color: #6043C9;
}
.TagClassName
{
border-color: #6043C9;
}
</style>