Color Hex Logo

#608fbd Color Hex

#608FBD
(96,143,189)
0 Favorites   0 Comments

Color spaces of #608fbd

RGB 96143189
HSL0.580.410.56
HSV210°49°74°
CMYK 0.490.240.00   0.26
XYZ23.831625.805851.8691
Yxy25.80580.23480.2542
Hunter Lab50.7994-5.1590-24.9789
CIE-Lab57.8523-3.0401-28.8680

#608fbd color RGB value is (96,143,189).

#608fbd hex color red value is 96, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #608fbd hue: 0.58 , saturation: 0.41 and the lightness value of 608fbd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001111 10111101
Octal 140 217 275
Decimal 96 143 189
Hex 60 8F BD

RGB Percentages of Color #608fbd

%22.43
%33.41
%44.16

CMYK Percentages of Color #608fbd

%49
%24
%0
%26

Triadic Colors of #608fbd

#608fbd #bd608f #8fbd60

Analogous Colors of #608fbd

#608fbd #6060bd #60bdbd

Monochromatic Colors of #608fbd

#608fbd

Complementary Color

#608fbd #bd8e60

#608fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#608fbd Color CSS Codes

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

#608fbd Text Font Color

<p style="color:#608fbd">Text here</p>

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


#608fbd Background Color

<div style="background-color:#608fbd">
Div content here</div>

This div background color is #608fbd


#608fbd Border Color

<div style="border:3px solid #608fbd">
Div here</div>

This div border color is #608fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,143,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #608fbd;
  box-shadow:         1px 1px 3px 2px #608fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,143,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 #608fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608fbd


Comments

No comments written yet.

Please login to write comment.