Color Hex Logo

#619eed Color Hex

#619EED
(97,158,237)
0 Favorites   0 Comments

Color spaces of #619eed

RGB 97158237
HSL0.590.800.65
HSV214°59°93°
CMYK 0.590.330.00   0.07
XYZ32.442733.109584.8016
Yxy33.10950.21580.2202
Hunter Lab57.5409-0.0546-47.1008
CIE-Lab64.24953.5292-45.6502

#619eed color RGB value is (97,158,237).

#619eed hex color red value is 97, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #619eed hue: 0.59 , saturation: 0.80 and the lightness value of 619eed is 0.65.

The process color (four color CMYK) of #619eed color hex is 0.59, 0.33, 0.00, 0.07. Web safe color of #619eed is #6699ff. Color #619eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011110 11101101
Octal 141 236 355
Decimal 97 158 237
Hex 61 9E ED

RGB Percentages of Color #619eed

%19.72
%32.11
%48.17

CMYK Percentages of Color #619eed

%59
%33
%0
%7

Triadic Colors of #619eed

#619eed #ed619e #9eed61

Analogous Colors of #619eed

#619eed #6a61ed #61e4ed

Monochromatic Colors of #619eed

#619eed

Complementary Color

#619eed #edb061

#619eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#619eed Color CSS Codes

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

#619eed Text Font Color

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

This sample text font color is #619eed
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.


#619eed Background Color

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

This div background color is #619eed


#619eed Border Color

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

This div border color is #619eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619eed


Comments

No comments written yet.

Please login to write comment.