Shades of Slate Blue #6047C1
Tints of Slate Blue #6047C1
RGB
CMYK
RGB Variations
Color information
#6047C1 (or 0x6047C1) is known color: Slate Blue. HEX triplet: 60, 47 and C1. RGB value is (96,71,193). Sum of RGB (Red+Green+Blue) = 96+71+193=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 193 (75.78% from 255 or 53.61% from 360); Max value from RGB is 193 - color contains mainly: blue. Hex color #6047C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047C1 is #9FB83E. Grayscale: #5B5B5B. Windows color (decimal): -10467391 or 12666720. OLE color: 12666720.
HSL color Cylindrical-coordinate representation of color #6047C1: hue angle of 252.3º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6047C1 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 71 | 193 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.24 |
| HSL | 252.3º | 0.5% | 0.52% | - |
| HSV(B) | 252.3º | 0.63% | 0.76% | - |
| XYZ | 16.7 | 10.84 | 51.66 | - |
| YUV | 92.38 | 184.78 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 193 | 0.50 | 0.63 | 0 | 0.24 | 252.3 | 0.5 | 0.52 |
| Hex | 60 | 47 | C1 | 32 | 3F | 0 | 18 | FC | 32 | 34 |
| Octal | 140 | 107 | 301 | 62 | 77 | 0 | 30 | 374 | 62 | 64 |
| Binary | 1100000 | 1000111 | 11000001 | 110010 | 111111 | 0 | 11000 | 11111100 | 110010 | 110100 |
Color Harmonies of #6047C1
Complementary color
Monochromatic Colors of #6047C1
Black with #6047C1
Text Example
Text Example
White with #6047C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6047C1; }
p { color: rgb(96,71,193); }
H1.HeaderClassName
{
color: #6047C1;
}
.AnyTagClassName
{
color: #6047C1;
}
</style>
background-color css
<style>
a { background-color: #6047C1; }
a { background-color: rgb(96,71,193); }
div.DivClassName
{
background-color: #6047C1;
}
.BgClassName
{
background-color: #6047C1;
}
</style>
border-color css
<style>
span { border-color: #6047C1; }
span { border-color: rgb(96,71,193); }
td.TdClassName
{
border-color: #6047C1;
}
.TagClassName
{
border-color: #6047C1;
}
</style>