Shades of Slate Blue #6147DB
Tints of Slate Blue #6147DB
RGB
CMYK
RGB Variations
Color information
#6147DB (or 0x6147DB) is known color: Slate Blue. HEX triplet: 61, 47 and DB. RGB value is (97,71,219). Sum of RGB (Red+Green+Blue) = 97+71+219=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #6147DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147DB is #9EB824. Grayscale: #5F5F5F. Windows color (decimal): -10401829 or 14370657. OLE color: 14370657.
HSL color Cylindrical-coordinate representation of color #6147DB: hue angle of 250.54º degrees, saturation: 0.67, 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 #6147DB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 71 | 219 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.14 |
| HSL | 250.54º | 0.67% | 0.57% | - |
| HSV(B) | 250.54º | 0.68% | 0.86% | - |
| XYZ | 19.97 | 12.16 | 68.31 | - |
| YUV | 95.65 | 197.61 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 219 | 0.56 | 0.68 | 0 | 0.14 | 250.54 | 0.67 | 0.57 |
| Hex | 61 | 47 | DB | 38 | 44 | 0 | E | FB | 43 | 39 |
| Octal | 141 | 107 | 333 | 70 | 104 | 0 | 16 | 373 | 103 | 71 |
| Binary | 1100001 | 1000111 | 11011011 | 111000 | 1000100 | 0 | 1110 | 11111011 | 1000011 | 111001 |
Color Harmonies of #6147DB
Complementary color
Monochromatic Colors of #6147DB
Black with #6147DB
Text Example
Text Example
White with #6147DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6147DB; }
p { color: rgb(97,71,219); }
H1.HeaderClassName
{
color: #6147DB;
}
.AnyTagClassName
{
color: #6147DB;
}
</style>
background-color css
<style>
a { background-color: #6147DB; }
a { background-color: rgb(97,71,219); }
div.DivClassName
{
background-color: #6147DB;
}
.BgClassName
{
background-color: #6147DB;
}
</style>
border-color css
<style>
span { border-color: #6147DB; }
span { border-color: rgb(97,71,219); }
td.TdClassName
{
border-color: #6147DB;
}
.TagClassName
{
border-color: #6147DB;
}
</style>