Color Hex Logo

#619edc Color Hex

#619EDC
(97,158,220)
0 Favorites   0 Comments

Color spaces of #619edc

RGB 97158220
HSL0.580.640.62
HSV210°56°86°
CMYK 0.560.280.00   0.14
XYZ30.074932.162472.3330
Yxy32.16240.22350.2390
Hunter Lab56.7119-4.5855-35.9229
CIE-Lab63.4769-1.8572-37.4816

#619edc color RGB value is (97,158,220).

#619edc hex color red value is 97, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #619edc hue: 0.58 , saturation: 0.64 and the lightness value of 619edc is 0.62.

The process color (four color CMYK) of #619edc color hex is 0.56, 0.28, 0.00, 0.14. Web safe color of #619edc is #6699cc. Color #619edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011110 11011100
Octal 141 236 334
Decimal 97 158 220
Hex 61 9E DC

RGB Percentages of Color #619edc

%20.42
%33.26
%46.32

CMYK Percentages of Color #619edc

%56
%28
%0
%14

Triadic Colors of #619edc

#619edc #dc619e #9edc61

Analogous Colors of #619edc

#619edc #6261dc #61dcdc

Monochromatic Colors of #619edc

#619edc

Complementary Color

#619edc #dc9f61

#619edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#619edc Color CSS Codes

.mybgcolor {background-color:#619edc; } 
.myforecolor {color:#619edc; }
.mybordercolor {border:3px solid #619edc; }

#619edc Text Font Color

<p style="color:#619edc">Text here</p>

This sample text font color is #619edc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#619edc Background Color

<div style="background-color:#619edc">
Div content here</div>

This div background color is #619edc


#619edc Border Color

<div style="border:3px solid #619edc">
Div here</div>

This div border color is #619edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,158,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #619edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #619edc;
  -webkit-box-shadow: 1px 1px 3px 2px #619edc;
  box-shadow:         1px 1px 3px 2px #619edc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,158,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #619edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #619edc;
  -webkit-box-shadow: 1px 1px 3px 2px #619edc;
  box-shadow:         1px 1px 3px 2px #619edc;">
Div content here</div>

This div box has shadow with color #619edc


Comments

No comments written yet.

Please login to write comment.