Shades of Slate Blue #614ECD
Tints of Slate Blue #614ECD
RGB
CMYK
RGB Variations
Color information
#614ECD (or 0x614ECD) is known color: Slate Blue. HEX triplet: 61, 4E and CD. RGB value is (97,78,205). Sum of RGB (Red+Green+Blue) = 97+78+205=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #614ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ECD is #9EB132. Grayscale: #616161. Windows color (decimal): -10400051 or 13454945. OLE color: 13454945.
HSL color Cylindrical-coordinate representation of color #614ECD: hue angle of 248.98º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614ECD is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 78 | 205 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.20 |
| HSL | 248.98º | 0.56% | 0.55% | - |
| HSV(B) | 248.98º | 0.62% | 0.8% | - |
| XYZ | 18.67 | 12.4 | 59.17 | - |
| YUV | 98.16 | 188.29 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 205 | 0.53 | 0.62 | 0 | 0.20 | 248.98 | 0.56 | 0.55 |
| Hex | 61 | 4E | CD | 35 | 3E | 0 | 14 | F9 | 38 | 37 |
| Octal | 141 | 116 | 315 | 65 | 76 | 0 | 24 | 371 | 70 | 67 |
| Binary | 1100001 | 1001110 | 11001101 | 110101 | 111110 | 0 | 10100 | 11111001 | 111000 | 110111 |
Color Harmonies of #614ECD
Complementary color
Monochromatic Colors of #614ECD
Black with #614ECD
Text Example
Text Example
White with #614ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614ECD; }
p { color: rgb(97,78,205); }
H1.HeaderClassName
{
color: #614ECD;
}
.AnyTagClassName
{
color: #614ECD;
}
</style>
background-color css
<style>
a { background-color: #614ECD; }
a { background-color: rgb(97,78,205); }
div.DivClassName
{
background-color: #614ECD;
}
.BgClassName
{
background-color: #614ECD;
}
</style>
border-color css
<style>
span { border-color: #614ECD; }
span { border-color: rgb(97,78,205); }
td.TdClassName
{
border-color: #614ECD;
}
.TagClassName
{
border-color: #614ECD;
}
</style>