#614ECE

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

Shades of Slate Blue #614ECE

Tints of Slate Blue #614ECE

Color information

#614ECE (or 0x614ECE) is unknown color: approx 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

RGB9778206-
CMYK0.530.6200.19
HSL248.91º56.64%55.69%-
HSV(B)248.91º62.14%80.78%-
XYZ18.7912.4559.8-
YUV98.27188.79127.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.46%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=25.46%
G=20.47%
B=54.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal97782060.530.6200.19248.9156.6455.69
Hex614ECE353E013f93938
Octal14111631665760233717170
Binary110000110011101100111011010111111001001111111001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>