Color Hex Logo

#609eb2 Color Hex

#609EB2
(96,158,178)
0 Favorites   0 Comments

Color spaces of #609eb2

RGB 96158178
HSL0.540.350.54
HSV195°46°70°
CMYK 0.460.110.00   0.30
XYZ25.086630.154946.6177
Yxy30.15490.24630.2960
Hunter Lab54.9135-14.5529-11.8936
CIE-Lab61.7876-14.5629-16.6228

#609eb2 color RGB value is (96,158,178).

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

The process color (four color CMYK) of #609eb2 color hex is 0.46, 0.11, 0.00, 0.30. Web safe color of #609eb2 is #669999. Color #609eb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011110 10110010
Octal 140 236 262
Decimal 96 158 178
Hex 60 9E B2

RGB Percentages of Color #609eb2

%22.22
%36.57
%41.20

CMYK Percentages of Color #609eb2

%46
%11
%0
%30

Triadic Colors of #609eb2

#609eb2 #b2609e #9eb260

Analogous Colors of #609eb2

#609eb2 #6075b2 #60b29d

Monochromatic Colors of #609eb2

#609eb2

Complementary Color

#609eb2 #b27460

#609eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609eb2 Color CSS Codes

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

#609eb2 Text Font Color

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

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


#609eb2 Background Color

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

This div background color is #609eb2


#609eb2 Border Color

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

This div border color is #609eb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609eb2


Comments

No comments written yet.

Please login to write comment.