Shades of Slate Blue #614EDF
Tints of Slate Blue #614EDF
RGB
CMYK
RGB Variations
Color information
#614EDF (or 0x614EDF) is known color: Slate Blue. HEX triplet: 61, 4E and DF. RGB value is (97,78,223). Sum of RGB (Red+Green+Blue) = 97+78+223=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #614EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EDF is #9EB120. Grayscale: #636363. Windows color (decimal): -10400033 or 14634593. OLE color: 14634593.
HSL color Cylindrical-coordinate representation of color #614EDF: hue angle of 247.86º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #614EDF is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 78 | 223 | - |
| CMYK | 0.57 | 0.65 | 0 | 0.13 |
| HSL | 247.86º | 0.69% | 0.59% | - |
| HSV(B) | 247.86º | 0.65% | 0.87% | - |
| XYZ | 20.97 | 13.32 | 71.28 | - |
| YUV | 100.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 223 | 0.57 | 0.65 | 0 | 0.13 | 247.86 | 0.69 | 0.59 |
| Hex | 61 | 4E | DF | 39 | 41 | 0 | D | F8 | 45 | 3B |
| Octal | 141 | 116 | 337 | 71 | 101 | 0 | 15 | 370 | 105 | 73 |
| Binary | 1100001 | 1001110 | 11011111 | 111001 | 1000001 | 0 | 1101 | 11111000 | 1000101 | 111011 |
Color Harmonies of #614EDF
Complementary color
Monochromatic Colors of #614EDF
Black with #614EDF
Text Example
Text Example
White with #614EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614EDF; }
p { color: rgb(97,78,223); }
H1.HeaderClassName
{
color: #614EDF;
}
.AnyTagClassName
{
color: #614EDF;
}
</style>
background-color css
<style>
a { background-color: #614EDF; }
a { background-color: rgb(97,78,223); }
div.DivClassName
{
background-color: #614EDF;
}
.BgClassName
{
background-color: #614EDF;
}
</style>
border-color css
<style>
span { border-color: #614EDF; }
span { border-color: rgb(97,78,223); }
td.TdClassName
{
border-color: #614EDF;
}
.TagClassName
{
border-color: #614EDF;
}
</style>