Shades of Slate Blue #6144D1
Tints of Slate Blue #6144D1
RGB
CMYK
RGB Variations
Color information
#6144D1 (or 0x6144D1) is known color: Slate Blue. HEX triplet: 61, 44 and D1. RGB value is (97,68,209). Sum of RGB (Red+Green+Blue) = 97+68+209=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #6144D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144D1 is #9EBB2E. Grayscale: #5C5C5C. Windows color (decimal): -10402607 or 13714529. OLE color: 13714529.
HSL color Cylindrical-coordinate representation of color #6144D1: hue angle of 252.34º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6144D1 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 68 | 209 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.18 |
| HSL | 252.34º | 0.61% | 0.54% | - |
| HSV(B) | 252.34º | 0.67% | 0.82% | - |
| XYZ | 18.51 | 11.28 | 61.52 | - |
| YUV | 92.75 | 193.61 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 209 | 0.54 | 0.67 | 0 | 0.18 | 252.34 | 0.61 | 0.54 |
| Hex | 61 | 44 | D1 | 36 | 43 | 0 | 12 | FC | 3D | 36 |
| Octal | 141 | 104 | 321 | 66 | 103 | 0 | 22 | 374 | 75 | 66 |
| Binary | 1100001 | 1000100 | 11010001 | 110110 | 1000011 | 0 | 10010 | 11111100 | 111101 | 110110 |
Color Harmonies of #6144D1
Complementary color
Monochromatic Colors of #6144D1
Black with #6144D1
Text Example
Text Example
White with #6144D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144D1; }
p { color: rgb(97,68,209); }
H1.HeaderClassName
{
color: #6144D1;
}
.AnyTagClassName
{
color: #6144D1;
}
</style>
background-color css
<style>
a { background-color: #6144D1; }
a { background-color: rgb(97,68,209); }
div.DivClassName
{
background-color: #6144D1;
}
.BgClassName
{
background-color: #6144D1;
}
</style>
border-color css
<style>
span { border-color: #6144D1; }
span { border-color: rgb(97,68,209); }
td.TdClassName
{
border-color: #6144D1;
}
.TagClassName
{
border-color: #6144D1;
}
</style>