Color Hex Logo

#609eb4 Color Hex

#609EB4
(96,158,180)
0 Favorites   0 Comments

Color spaces of #609eb4

RGB 96158180
HSL0.540.360.54
HSV196°47°71°
CMYK 0.470.120.00   0.29
XYZ25.288930.235847.6832
Yxy30.23580.24500.2930
Hunter Lab54.9871-14.1342-12.9236
CIE-Lab61.8571-14.0026-17.6428

#609eb4 color RGB value is (96,158,180).

#609eb4 hex color red value is 96, green value is 158 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #609eb4 hue: 0.54 , saturation: 0.36 and the lightness value of 609eb4 is 0.54.

The process color (four color CMYK) of #609eb4 color hex is 0.47, 0.12, 0.00, 0.29. Web safe color of #609eb4 is #6699cc. Color #609eb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 10110100
Octal 140 236 264
Decimal 96 158 180
Hex 60 9E B4

RGB Percentages of Color #609eb4

%22.12
%36.41
%41.47

CMYK Percentages of Color #609eb4

%47
%12
%0
%29

Triadic Colors of #609eb4

#609eb4 #b4609e #9eb460

Analogous Colors of #609eb4

#609eb4 #6074b4 #60b4a0

Monochromatic Colors of #609eb4

#609eb4

Complementary Color

#609eb4 #b47660

#609eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609eb4 Color CSS Codes

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

#609eb4 Text Font Color

<p style="color:#609eb4">Text here</p>

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


#609eb4 Background Color

<div style="background-color:#609eb4">
Div content here</div>

This div background color is #609eb4


#609eb4 Border Color

<div style="border:3px solid #609eb4">
Div here</div>

This div border color is #609eb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,158,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609eb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609eb4;
  -webkit-box-shadow: 1px 1px 3px 2px #609eb4;
  box-shadow:         1px 1px 3px 2px #609eb4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609eb4


Comments

No comments written yet.

Please login to write comment.