Shades of Slate Blue #6146DB
Tints of Slate Blue #6146DB
RGB
CMYK
RGB Variations
Color information
#6146DB (or 0x6146DB) is known color: Slate Blue. HEX triplet: 61, 46 and DB. RGB value is (97,70,219). Sum of RGB (Red+Green+Blue) = 97+70+219=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #6146DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146DB is #9EB924. Grayscale: #5E5E5E. Windows color (decimal): -10402085 or 14370401. OLE color: 14370401.
HSL color Cylindrical-coordinate representation of color #6146DB: hue angle of 250.87º 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 #6146DB is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 70 | 219 | - |
| CMYK | 0.56 | 0.68 | 0 | 0.14 |
| HSL | 250.87º | 0.67% | 0.57% | - |
| HSV(B) | 250.87º | 0.68% | 0.86% | - |
| XYZ | 19.91 | 12.04 | 68.29 | - |
| YUV | 95.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 219 | 0.56 | 0.68 | 0 | 0.14 | 250.87 | 0.67 | 0.57 |
| Hex | 61 | 46 | DB | 38 | 44 | 0 | E | FB | 43 | 39 |
| Octal | 141 | 106 | 333 | 70 | 104 | 0 | 16 | 373 | 103 | 71 |
| Binary | 1100001 | 1000110 | 11011011 | 111000 | 1000100 | 0 | 1110 | 11111011 | 1000011 | 111001 |
Color Harmonies of #6146DB
Complementary color
Monochromatic Colors of #6146DB
Black with #6146DB
Text Example
Text Example
White with #6146DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6146DB; }
p { color: rgb(97,70,219); }
H1.HeaderClassName
{
color: #6146DB;
}
.AnyTagClassName
{
color: #6146DB;
}
</style>
background-color css
<style>
a { background-color: #6146DB; }
a { background-color: rgb(97,70,219); }
div.DivClassName
{
background-color: #6146DB;
}
.BgClassName
{
background-color: #6146DB;
}
</style>
border-color css
<style>
span { border-color: #6146DB; }
span { border-color: rgb(97,70,219); }
td.TdClassName
{
border-color: #6146DB;
}
.TagClassName
{
border-color: #6146DB;
}
</style>