Color Hex Logo

#619cbf Color Hex

#619CBF
(97,156,191)
0 Favorites   0 Comments

Color spaces of #619cbf

RGB 97156191
HSL0.560.420.56
HSV202°49°75°
CMYK 0.490.180.00   0.25
XYZ26.222230.079953.7142
Yxy30.07990.23830.2734
Hunter Lab54.8451-10.6358-19.6758
CIE-Lab61.7231-9.5164-24.0247

#619cbf color RGB value is (97,156,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011100 10111111
Octal 141 234 277
Decimal 97 156 191
Hex 61 9C BF

RGB Percentages of Color #619cbf

%21.85
%35.14
%43.02

CMYK Percentages of Color #619cbf

%49
%18
%0
%25

Triadic Colors of #619cbf

#619cbf #bf619c #9cbf61

Analogous Colors of #619cbf

#619cbf #616dbf #61bfb3

Monochromatic Colors of #619cbf

#619cbf

Complementary Color

#619cbf #bf8461

#619cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#619cbf Color CSS Codes

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

#619cbf Text Font Color

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

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


#619cbf Background Color

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

This div background color is #619cbf


#619cbf Border Color

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

This div border color is #619cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619cbf


Comments

No comments written yet.

Please login to write comment.