Shades of Slate Blue #6144E0
Tints of Slate Blue #6144E0
RGB
CMYK
RGB Variations
Color information
#6144E0 (or 0x6144E0) is known color: Slate Blue. HEX triplet: 61, 44 and E0. RGB value is (97,68,224). Sum of RGB (Red+Green+Blue) = 97+68+224=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #6144E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144E0 is #9EBB1F. Grayscale: #5D5D5D. Windows color (decimal): -10402592 or 14697569. OLE color: 14697569.
HSL color Cylindrical-coordinate representation of color #6144E0: hue angle of 251.15º 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 #6144E0 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 68 | 224 | - |
| CMYK | 0.57 | 0.70 | 0 | 0.12 |
| HSL | 251.15º | 0.72% | 0.57% | - |
| HSV(B) | 251.15º | 0.7% | 0.88% | - |
| XYZ | 20.45 | 12.06 | 71.77 | - |
| YUV | 94.46 | 201.11 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 224 | 0.57 | 0.70 | 0 | 0.12 | 251.15 | 0.72 | 0.57 |
| Hex | 61 | 44 | E0 | 39 | 46 | 0 | C | FB | 48 | 39 |
| Octal | 141 | 104 | 340 | 71 | 106 | 0 | 14 | 373 | 110 | 71 |
| Binary | 1100001 | 1000100 | 11100000 | 111001 | 1000110 | 0 | 1100 | 11111011 | 1001000 | 111001 |
Color Harmonies of #6144E0
Complementary color
Monochromatic Colors of #6144E0
Black with #6144E0
Text Example
Text Example
White with #6144E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6144E0; }
p { color: rgb(97,68,224); }
H1.HeaderClassName
{
color: #6144E0;
}
.AnyTagClassName
{
color: #6144E0;
}
</style>
background-color css
<style>
a { background-color: #6144E0; }
a { background-color: rgb(97,68,224); }
div.DivClassName
{
background-color: #6144E0;
}
.BgClassName
{
background-color: #6144E0;
}
</style>
border-color css
<style>
span { border-color: #6144E0; }
span { border-color: rgb(97,68,224); }
td.TdClassName
{
border-color: #6144E0;
}
.TagClassName
{
border-color: #6144E0;
}
</style>