#614EC9

Color #614EC9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #614EC9

Tints of Slate Blue #614EC9

Color information

#614EC9 (or 0x614EC9) is unknown color: approx Slate Blue. HEX triplet: 61, 4E and C9. RGB value is (97,78,201). Sum of RGB (Red+Green+Blue) = 97+78+201=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #614EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614EC9 is #9EB136. Grayscale: #616161. Windows color (decimal): -10400055 or 13192801. OLE color: 13192801.

HSL color Cylindrical-coordinate representation of color #614EC9: hue angle of 249.27º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614EC9 is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9778201-
CMYK0.520.6100.21
HSL249.27º53.25%54.71%-
HSV(B)249.27º61.19%78.82%-
XYZ18.212.2156.66-
YUV97.7186.29127.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 78 (30.86% from 255) = 20.74%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=25.80%
G=20.74%
B=53.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97782010.520.6100.21249.2753.2554.71
Hex614EC9343D015f93537
Octal14111631164750253716567
Binary110000110011101100100111010011110101010111111001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614EC9; }

 p { color: rgb(97,78,201); }

 H1.HeaderClassName
 {
   color: #614EC9;
 }
 .AnyTagClassName
 {
   color: #614EC9;
 }
</style>
background-color css

<style>
 a { background-color: #614EC9; }

 a { background-color: rgb(97,78,201); }

 div.DivClassName
 {
   background-color: #614EC9;
 }
 .BgClassName
 {
   background-color: #614EC9;
 }
</style>
border-color css

<style>
 span { border-color: #614EC9; }

 span { border-color: rgb(97,78,201); }

 td.TdClassName
 {
   border-color: #614EC9;
 }
 .TagClassName
 {
   border-color: #614EC9;
 }
</style>