#614ECB

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

Shades of Slate Blue #614ECB

Tints of Slate Blue #614ECB

Color information

#614ECB (or 0x614ECB) is unknown color: approx Slate Blue. HEX triplet: 61, 4E and CB. RGB value is (97,78,203). Sum of RGB (Red+Green+Blue) = 97+78+203=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #614ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #614ECB is #9EB134. Grayscale: #616161. Windows color (decimal): -10400053 or 13323873. OLE color: 13323873.

HSL color Cylindrical-coordinate representation of color #614ECB: hue angle of 249.12º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614ECB is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9778203-
CMYK0.520.6200.20
HSL249.12º54.59%55.1%-
HSV(B)249.12º61.58%79.61%-
XYZ18.4312.357.9-
YUV97.93187.29127.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.66%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 203 (79.69% from 255) = 53.70%
R=25.66%
G=20.63%
B=53.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97782030.520.6200.20249.1254.5955.1
Hex614ECB343E014f93737
Octal14111631364760243716767
Binary110000110011101100101111010011111001010011111001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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