Shades of Slate Blue #614ED4
Tints of Slate Blue #614ED4
RGB
CMYK
RGB Variations
Color information
#614ED4 (or 0x614ED4) is known color: Slate Blue. HEX triplet: 61, 4E and D4. RGB value is (97,78,212). Sum of RGB (Red+Green+Blue) = 97+78+212=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 212 (83.20% from 255 or 54.78% from 387); Max value from RGB is 212 - color contains mainly: blue. Hex color #614ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ED4 is #9EB12B. Grayscale: #626262. Windows color (decimal): -10400044 or 13913697. OLE color: 13913697.
HSL color Cylindrical-coordinate representation of color #614ED4: hue angle of 248.51º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614ED4 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 78 | 212 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.17 |
| HSL | 248.51º | 0.61% | 0.57% | - |
| HSV(B) | 248.51º | 0.63% | 0.83% | - |
| XYZ | 19.54 | 12.74 | 63.72 | - |
| YUV | 98.96 | 191.79 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 212 | 0.54 | 0.63 | 0 | 0.17 | 248.51 | 0.61 | 0.57 |
| Hex | 61 | 4E | D4 | 36 | 3F | 0 | 11 | F9 | 3D | 39 |
| Octal | 141 | 116 | 324 | 66 | 77 | 0 | 21 | 371 | 75 | 71 |
| Binary | 1100001 | 1001110 | 11010100 | 110110 | 111111 | 0 | 10001 | 11111001 | 111101 | 111001 |
Color Harmonies of #614ED4
Complementary color
Monochromatic Colors of #614ED4
Black with #614ED4
Text Example
Text Example
White with #614ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614ED4; }
p { color: rgb(97,78,212); }
H1.HeaderClassName
{
color: #614ED4;
}
.AnyTagClassName
{
color: #614ED4;
}
</style>
background-color css
<style>
a { background-color: #614ED4; }
a { background-color: rgb(97,78,212); }
div.DivClassName
{
background-color: #614ED4;
}
.BgClassName
{
background-color: #614ED4;
}
</style>
border-color css
<style>
span { border-color: #614ED4; }
span { border-color: rgb(97,78,212); }
td.TdClassName
{
border-color: #614ED4;
}
.TagClassName
{
border-color: #614ED4;
}
</style>