Shades of Slate Blue #614ECF
Tints of Slate Blue #614ECF
RGB
CMYK
RGB Variations
Color information
#614ECF (or 0x614ECF) is known color: Slate Blue. HEX triplet: 61, 4E and CF. RGB value is (97,78,207). Sum of RGB (Red+Green+Blue) = 97+78+207=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #614ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ECF is #9EB130. Grayscale: #616161. Windows color (decimal): -10400049 or 13586017. OLE color: 13586017.
HSL color Cylindrical-coordinate representation of color #614ECF: hue angle of 248.84º 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 #614ECF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 78 | 207 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.19 |
| HSL | 248.84º | 0.57% | 0.56% | - |
| HSV(B) | 248.84º | 0.62% | 0.81% | - |
| XYZ | 18.92 | 12.5 | 60.45 | - |
| YUV | 98.39 | 189.29 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 207 | 0.53 | 0.62 | 0 | 0.19 | 248.84 | 0.57 | 0.56 |
| Hex | 61 | 4E | CF | 35 | 3E | 0 | 13 | F9 | 39 | 38 |
| Octal | 141 | 116 | 317 | 65 | 76 | 0 | 23 | 371 | 71 | 70 |
| Binary | 1100001 | 1001110 | 11001111 | 110101 | 111110 | 0 | 10011 | 11111001 | 111001 | 111000 |
Color Harmonies of #614ECF
Complementary color
Monochromatic Colors of #614ECF
Black with #614ECF
Text Example
Text Example
White with #614ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614ECF; }
p { color: rgb(97,78,207); }
H1.HeaderClassName
{
color: #614ECF;
}
.AnyTagClassName
{
color: #614ECF;
}
</style>
background-color css
<style>
a { background-color: #614ECF; }
a { background-color: rgb(97,78,207); }
div.DivClassName
{
background-color: #614ECF;
}
.BgClassName
{
background-color: #614ECF;
}
</style>
border-color css
<style>
span { border-color: #614ECF; }
span { border-color: rgb(97,78,207); }
td.TdClassName
{
border-color: #614ECF;
}
.TagClassName
{
border-color: #614ECF;
}
</style>