Color Hex Logo

#619abd Color Hex

#619ABD
(97,154,189)
0 Favorites   0 Comments

Color spaces of #619abd

RGB 97154189
HSL0.560.410.56
HSV203°49°74°
CMYK 0.490.190.00   0.26
XYZ25.670729.326752.4517
Yxy29.32670.23890.2729
Hunter Lab54.1541-10.1553-19.5182
CIE-Lab61.0689-8.9946-23.9047

#619abd color RGB value is (97,154,189).

#619abd hex color red value is 97, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #619abd hue: 0.56 , saturation: 0.41 and the lightness value of 619abd is 0.56.

The process color (four color CMYK) of #619abd color hex is 0.49, 0.19, 0.00, 0.26. Web safe color of #619abd is #6699cc. Color #619abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011010 10111101
Octal 141 232 275
Decimal 97 154 189
Hex 61 9A BD

RGB Percentages of Color #619abd

%22.05
%35.00
%42.95

CMYK Percentages of Color #619abd

%49
%19
%0
%26

Triadic Colors of #619abd

#619abd #bd619a #9abd61

Analogous Colors of #619abd

#619abd #616cbd #61bdb2

Monochromatic Colors of #619abd

#619abd

Complementary Color

#619abd #bd8461

#619abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#619abd Color CSS Codes

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

#619abd Text Font Color

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

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


#619abd Background Color

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

This div background color is #619abd


#619abd Border Color

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

This div border color is #619abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619abd

#619abd Color Palettes


Comments

No comments written yet.

Please login to write comment.