Shades of Slate Blue #614EC7
Tints of Slate Blue #614EC7
RGB
CMYK
RGB Variations
Color information
#614EC7 (or 0x614EC7) is known color: Slate Blue. HEX triplet: 61, 4E and C7. RGB value is (97,78,199). Sum of RGB (Red+Green+Blue) = 97+78+199=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 199 (78.12% from 255 or 53.21% from 374); Max value from RGB is 199 - color contains mainly: blue. Hex color #614EC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EC7 is #9EB138. Grayscale: #616161. Windows color (decimal): -10400057 or 13061729. OLE color: 13061729.
HSL color Cylindrical-coordinate representation of color #614EC7: hue angle of 249.42º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614EC7 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 78 | 199 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.22 |
| HSL | 249.42º | 0.52% | 0.54% | - |
| HSV(B) | 249.42º | 0.61% | 0.78% | - |
| XYZ | 17.96 | 12.11 | 55.42 | - |
| YUV | 97.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 199 | 0.51 | 0.61 | 0 | 0.22 | 249.42 | 0.52 | 0.54 |
| Hex | 61 | 4E | C7 | 33 | 3D | 0 | 16 | F9 | 34 | 36 |
| Octal | 141 | 116 | 307 | 63 | 75 | 0 | 26 | 371 | 64 | 66 |
| Binary | 1100001 | 1001110 | 11000111 | 110011 | 111101 | 0 | 10110 | 11111001 | 110100 | 110110 |
Color Harmonies of #614EC7
Complementary color
Monochromatic Colors of #614EC7
Black with #614EC7
Text Example
Text Example
White with #614EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614EC7; }
p { color: rgb(97,78,199); }
H1.HeaderClassName
{
color: #614EC7;
}
.AnyTagClassName
{
color: #614EC7;
}
</style>
background-color css
<style>
a { background-color: #614EC7; }
a { background-color: rgb(97,78,199); }
div.DivClassName
{
background-color: #614EC7;
}
.BgClassName
{
background-color: #614EC7;
}
</style>
border-color css
<style>
span { border-color: #614EC7; }
span { border-color: rgb(97,78,199); }
td.TdClassName
{
border-color: #614EC7;
}
.TagClassName
{
border-color: #614EC7;
}
</style>