Color Hex Logo

#619fba Color Hex

#619FBA
(97,159,186)
0 Favorites   0 Comments

Color spaces of #619fba

RGB 97159186
HSL0.550.390.55
HSV198°48°73°
CMYK 0.480.150.00   0.27
XYZ26.190830.882851.0350
Yxy30.88280.24230.2857
Hunter Lab55.5723-13.1258-15.5486
CIE-Lab62.4086-12.6010-20.1705

#619fba color RGB value is (97,159,186).

#619fba hex color red value is 97, green value is 159 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #619fba hue: 0.55 , saturation: 0.39 and the lightness value of 619fba is 0.55.

The process color (four color CMYK) of #619fba color hex is 0.48, 0.15, 0.00, 0.27. Web safe color of #619fba is #6699cc. Color #619fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10011111 10111010
Octal 141 237 272
Decimal 97 159 186
Hex 61 9F BA

RGB Percentages of Color #619fba

%21.95
%35.97
%42.08

CMYK Percentages of Color #619fba

%48
%15
%0
%27

Triadic Colors of #619fba

#619fba #ba619f #9fba61

Analogous Colors of #619fba

#619fba #6173ba #61baa9

Monochromatic Colors of #619fba

#619fba

Complementary Color

#619fba #ba7c61

#619fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#619fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#619fba Color CSS Codes

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

#619fba Text Font Color

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

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


#619fba Background Color

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

This div background color is #619fba


#619fba Border Color

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

This div border color is #619fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #619fba


Comments

No comments written yet.

Please login to write comment.