Shades of Slate Blue #6147DC
Tints of Slate Blue #6147DC
RGB
CMYK
RGB Variations
Color information
#6147DC (or 0x6147DC) is known color: Slate Blue. HEX triplet: 61, 47 and DC. RGB value is (97,71,220). Sum of RGB (Red+Green+Blue) = 97+71+220=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #6147DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147DC is #9EB823. Grayscale: #5F5F5F. Windows color (decimal): -10401828 or 14436193. OLE color: 14436193.
HSL color Cylindrical-coordinate representation of color #6147DC: hue angle of 250.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6147DC is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 71 | 220 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.14 |
| HSL | 250.47º | 0.68% | 0.57% | - |
| HSV(B) | 250.47º | 0.68% | 0.86% | - |
| XYZ | 20.1 | 12.22 | 69.01 | - |
| YUV | 95.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 220 | 0.56 | 0.68 | 0 | 0.14 | 250.47 | 0.68 | 0.57 |
| Hex | 61 | 47 | DC | 38 | 44 | 0 | E | FA | 44 | 39 |
| Octal | 141 | 107 | 334 | 70 | 104 | 0 | 16 | 372 | 104 | 71 |
| Binary | 1100001 | 1000111 | 11011100 | 111000 | 1000100 | 0 | 1110 | 11111010 | 1000100 | 111001 |
Color Harmonies of #6147DC
Complementary color
Monochromatic Colors of #6147DC
Black with #6147DC
Text Example
Text Example
White with #6147DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6147DC; }
p { color: rgb(97,71,220); }
H1.HeaderClassName
{
color: #6147DC;
}
.AnyTagClassName
{
color: #6147DC;
}
</style>
background-color css
<style>
a { background-color: #6147DC; }
a { background-color: rgb(97,71,220); }
div.DivClassName
{
background-color: #6147DC;
}
.BgClassName
{
background-color: #6147DC;
}
</style>
border-color css
<style>
span { border-color: #6147DC; }
span { border-color: rgb(97,71,220); }
td.TdClassName
{
border-color: #6147DC;
}
.TagClassName
{
border-color: #6147DC;
}
</style>