Shades of Slate Blue #6144DB
Tints of Slate Blue #6144DB
RGB
CMYK
RGB Variations
Color information
#6144DB (or 0x6144DB) is known color: Slate Blue. HEX triplet: 61, 44 and DB. RGB value is (97,68,219). Sum of RGB (Red+Green+Blue) = 97+68+219=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #6144DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144DB is #9EBB24. Grayscale: #5D5D5D. Windows color (decimal): -10402597 or 14369889. OLE color: 14369889.
HSL color Cylindrical-coordinate representation of color #6144DB: hue angle of 251.52º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6144DB is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 68 | 219 | - |
| CMYK | 0.56 | 0.69 | 0 | 0.14 |
| HSL | 251.52º | 0.68% | 0.56% | - |
| HSV(B) | 251.52º | 0.69% | 0.86% | - |
| XYZ | 19.78 | 11.79 | 68.25 | - |
| YUV | 93.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 219 | 0.56 | 0.69 | 0 | 0.14 | 251.52 | 0.68 | 0.56 |
| Hex | 61 | 44 | DB | 38 | 45 | 0 | E | FC | 44 | 38 |
| Octal | 141 | 104 | 333 | 70 | 105 | 0 | 16 | 374 | 104 | 70 |
| Binary | 1100001 | 1000100 | 11011011 | 111000 | 1000101 | 0 | 1110 | 11111100 | 1000100 | 111000 |
Color Harmonies of #6144DB
Complementary color
Monochromatic Colors of #6144DB
Black with #6144DB
Text Example
Text Example
White with #6144DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144DB; }
p { color: rgb(97,68,219); }
H1.HeaderClassName
{
color: #6144DB;
}
.AnyTagClassName
{
color: #6144DB;
}
</style>
background-color css
<style>
a { background-color: #6144DB; }
a { background-color: rgb(97,68,219); }
div.DivClassName
{
background-color: #6144DB;
}
.BgClassName
{
background-color: #6144DB;
}
</style>
border-color css
<style>
span { border-color: #6144DB; }
span { border-color: rgb(97,68,219); }
td.TdClassName
{
border-color: #6144DB;
}
.TagClassName
{
border-color: #6144DB;
}
</style>