Shades of Slate Blue #614EC9
Tints of Slate Blue #614EC9
RGB
CMYK
RGB Variations
Color information
#614EC9 (or 0x614EC9) is known color: Slate Blue. HEX triplet: 61, 4E and C9. RGB value is (97,78,201). Sum of RGB (Red+Green+Blue) = 97+78+201=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #614EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EC9 is #9EB136. Grayscale: #616161. Windows color (decimal): -10400055 or 13192801. OLE color: 13192801.
HSL color Cylindrical-coordinate representation of color #614EC9: hue angle of 249.27º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614EC9 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 78 | 201 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.21 |
| HSL | 249.27º | 0.53% | 0.55% | - |
| HSV(B) | 249.27º | 0.61% | 0.79% | - |
| XYZ | 18.2 | 12.21 | 56.66 | - |
| YUV | 97.7 | 186.29 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 201 | 0.52 | 0.61 | 0 | 0.21 | 249.27 | 0.53 | 0.55 |
| Hex | 61 | 4E | C9 | 34 | 3D | 0 | 15 | F9 | 35 | 37 |
| Octal | 141 | 116 | 311 | 64 | 75 | 0 | 25 | 371 | 65 | 67 |
| Binary | 1100001 | 1001110 | 11001001 | 110100 | 111101 | 0 | 10101 | 11111001 | 110101 | 110111 |
Color Harmonies of #614EC9
Complementary color
Monochromatic Colors of #614EC9
Black with #614EC9
Text Example
Text Example
White with #614EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614EC9; }
p { color: rgb(97,78,201); }
H1.HeaderClassName
{
color: #614EC9;
}
.AnyTagClassName
{
color: #614EC9;
}
</style>
background-color css
<style>
a { background-color: #614EC9; }
a { background-color: rgb(97,78,201); }
div.DivClassName
{
background-color: #614EC9;
}
.BgClassName
{
background-color: #614EC9;
}
</style>
border-color css
<style>
span { border-color: #614EC9; }
span { border-color: rgb(97,78,201); }
td.TdClassName
{
border-color: #614EC9;
}
.TagClassName
{
border-color: #614EC9;
}
</style>