Shades of Slate Blue #6548DB
Tints of Slate Blue #6548DB
RGB
CMYK
RGB Variations
Color information
#6548DB (or 0x6548DB) is known color: Slate Blue. HEX triplet: 65, 48 and DB. RGB value is (101,72,219). Sum of RGB (Red+Green+Blue) = 101+72+219=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #6548DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548DB is #9AB724. Grayscale: #606060. Windows color (decimal): -10139429 or 14370917. OLE color: 14370917.
HSL color Cylindrical-coordinate representation of color #6548DB: hue angle of 251.84º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6548DB is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 72 | 219 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.14 |
| HSL | 251.84º | 0.67% | 0.57% | - |
| HSV(B) | 251.84º | 0.67% | 0.86% | - |
| XYZ | 20.47 | 12.52 | 68.35 | - |
| YUV | 97.43 | 196.61 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 219 | 0.54 | 0.67 | 0 | 0.14 | 251.84 | 0.67 | 0.57 |
| Hex | 65 | 48 | DB | 36 | 43 | 0 | E | FC | 43 | 39 |
| Octal | 145 | 110 | 333 | 66 | 103 | 0 | 16 | 374 | 103 | 71 |
| Binary | 1100101 | 1001000 | 11011011 | 110110 | 1000011 | 0 | 1110 | 11111100 | 1000011 | 111001 |
Color Harmonies of #6548DB
Complementary color
Monochromatic Colors of #6548DB
Black with #6548DB
Text Example
Text Example
White with #6548DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6548DB; }
p { color: rgb(101,72,219); }
H1.HeaderClassName
{
color: #6548DB;
}
.AnyTagClassName
{
color: #6548DB;
}
</style>
background-color css
<style>
a { background-color: #6548DB; }
a { background-color: rgb(101,72,219); }
div.DivClassName
{
background-color: #6548DB;
}
.BgClassName
{
background-color: #6548DB;
}
</style>
border-color css
<style>
span { border-color: #6548DB; }
span { border-color: rgb(101,72,219); }
td.TdClassName
{
border-color: #6548DB;
}
.TagClassName
{
border-color: #6548DB;
}
</style>