Shades of Slate Blue #614ECE
Tints of Slate Blue #614ECE
RGB
CMYK
RGB Variations
Color information
#614ECE (or 0x614ECE) is known color: Slate Blue. HEX triplet: 61, 4E and CE. RGB value is (97,78,206). Sum of RGB (Red+Green+Blue) = 97+78+206=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #614ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ECE is #9EB131. Grayscale: #616161. Windows color (decimal): -10400050 or 13520481. OLE color: 13520481.
HSL color Cylindrical-coordinate representation of color #614ECE: hue angle of 248.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614ECE is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 78 | 206 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.19 |
| HSL | 248.91º | 0.57% | 0.56% | - |
| HSV(B) | 248.91º | 0.62% | 0.81% | - |
| XYZ | 18.79 | 12.45 | 59.8 | - |
| YUV | 98.27 | 188.79 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 206 | 0.53 | 0.62 | 0 | 0.19 | 248.91 | 0.57 | 0.56 |
| Hex | 61 | 4E | CE | 35 | 3E | 0 | 13 | F9 | 39 | 38 |
| Octal | 141 | 116 | 316 | 65 | 76 | 0 | 23 | 371 | 71 | 70 |
| Binary | 1100001 | 1001110 | 11001110 | 110101 | 111110 | 0 | 10011 | 11111001 | 111001 | 111000 |
Color Harmonies of #614ECE
Complementary color
Monochromatic Colors of #614ECE
Black with #614ECE
Text Example
Text Example
White with #614ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614ECE; }
p { color: rgb(97,78,206); }
H1.HeaderClassName
{
color: #614ECE;
}
.AnyTagClassName
{
color: #614ECE;
}
</style>
background-color css
<style>
a { background-color: #614ECE; }
a { background-color: rgb(97,78,206); }
div.DivClassName
{
background-color: #614ECE;
}
.BgClassName
{
background-color: #614ECE;
}
</style>
border-color css
<style>
span { border-color: #614ECE; }
span { border-color: rgb(97,78,206); }
td.TdClassName
{
border-color: #614ECE;
}
.TagClassName
{
border-color: #614ECE;
}
</style>