Shades of Slate Blue #6144E1
Tints of Slate Blue #6144E1
RGB
CMYK
RGB Variations
Color information
#6144E1 (or 0x6144E1) is known color: Slate Blue. HEX triplet: 61, 44 and E1. RGB value is (97,68,225). Sum of RGB (Red+Green+Blue) = 97+68+225=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #6144E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144E1 is #9EBB1E. Grayscale: #5D5D5D. Windows color (decimal): -10402591 or 14763105. OLE color: 14763105.
HSL color Cylindrical-coordinate representation of color #6144E1: hue angle of 251.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6144E1 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 68 | 225 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.12 |
| HSL | 251.08º | 0.72% | 0.57% | - |
| HSV(B) | 251.08º | 0.7% | 0.88% | - |
| XYZ | 20.59 | 12.11 | 72.49 | - |
| YUV | 94.57 | 201.61 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 225 | 0.57 | 0.70 | 0 | 0.12 | 251.08 | 0.72 | 0.57 |
| Hex | 61 | 44 | E1 | 39 | 46 | 0 | C | FB | 48 | 39 |
| Octal | 141 | 104 | 341 | 71 | 106 | 0 | 14 | 373 | 110 | 71 |
| Binary | 1100001 | 1000100 | 11100001 | 111001 | 1000110 | 0 | 1100 | 11111011 | 1001000 | 111001 |
Color Harmonies of #6144E1
Complementary color
Monochromatic Colors of #6144E1
Black with #6144E1
Text Example
Text Example
White with #6144E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144E1; }
p { color: rgb(97,68,225); }
H1.HeaderClassName
{
color: #6144E1;
}
.AnyTagClassName
{
color: #6144E1;
}
</style>
background-color css
<style>
a { background-color: #6144E1; }
a { background-color: rgb(97,68,225); }
div.DivClassName
{
background-color: #6144E1;
}
.BgClassName
{
background-color: #6144E1;
}
</style>
border-color css
<style>
span { border-color: #6144E1; }
span { border-color: rgb(97,68,225); }
td.TdClassName
{
border-color: #6144E1;
}
.TagClassName
{
border-color: #6144E1;
}
</style>