Shades of Slate Blue #6047D2
Tints of Slate Blue #6047D2
RGB
CMYK
RGB Variations
Color information
#6047D2 (or 0x6047D2) is known color: Slate Blue. HEX triplet: 60, 47 and D2. RGB value is (96,71,210). Sum of RGB (Red+Green+Blue) = 96+71+210=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 210 (82.42% from 255 or 55.70% from 377); Max value from RGB is 210 - color contains mainly: blue. Hex color #6047D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047D2 is #9FB82D. Grayscale: #5D5D5D. Windows color (decimal): -10467374 or 13780832. OLE color: 13780832.
HSL color Cylindrical-coordinate representation of color #6047D2: hue angle of 250.79º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6047D2 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 71 | 210 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.18 |
| HSL | 250.79º | 0.61% | 0.55% | - |
| HSV(B) | 250.79º | 0.66% | 0.82% | - |
| XYZ | 18.71 | 11.65 | 62.23 | - |
| YUV | 94.32 | 193.28 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 210 | 0.54 | 0.66 | 0 | 0.18 | 250.79 | 0.61 | 0.55 |
| Hex | 60 | 47 | D2 | 36 | 42 | 0 | 12 | FB | 3D | 37 |
| Octal | 140 | 107 | 322 | 66 | 102 | 0 | 22 | 373 | 75 | 67 |
| Binary | 1100000 | 1000111 | 11010010 | 110110 | 1000010 | 0 | 10010 | 11111011 | 111101 | 110111 |
Color Harmonies of #6047D2
Complementary color
Monochromatic Colors of #6047D2
Black with #6047D2
Text Example
Text Example
White with #6047D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6047D2; }
p { color: rgb(96,71,210); }
H1.HeaderClassName
{
color: #6047D2;
}
.AnyTagClassName
{
color: #6047D2;
}
</style>
background-color css
<style>
a { background-color: #6047D2; }
a { background-color: rgb(96,71,210); }
div.DivClassName
{
background-color: #6047D2;
}
.BgClassName
{
background-color: #6047D2;
}
</style>
border-color css
<style>
span { border-color: #6047D2; }
span { border-color: rgb(96,71,210); }
td.TdClassName
{
border-color: #6047D2;
}
.TagClassName
{
border-color: #6047D2;
}
</style>