Color Hex Logo

#608fbb Color Hex

#608FBB
(96,143,187)
0 Favorites   0 Comments

Color spaces of #608fbb

RGB 96143187
HSL0.580.400.55
HSV209°49°73°
CMYK 0.490.240.00   0.27
XYZ23.616025.719650.7334
Yxy25.71960.23600.2570
Hunter Lab50.7145-5.6290-23.8120
CIE-Lab57.7699-3.6389-27.8615

#608fbb color RGB value is (96,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001111 10111011
Octal 140 217 273
Decimal 96 143 187
Hex 60 8F BB

RGB Percentages of Color #608fbb

%22.54
%33.57
%43.90

CMYK Percentages of Color #608fbb

%49
%24
%0
%27

Triadic Colors of #608fbb

#608fbb #bb608f #8fbb60

Analogous Colors of #608fbb

#608fbb #6061bb #60bbba

Monochromatic Colors of #608fbb

#608fbb

Complementary Color

#608fbb #bb8c60

#608fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#608fbb Color CSS Codes

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

#608fbb Text Font Color

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

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


#608fbb Background Color

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

This div background color is #608fbb


#608fbb Border Color

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

This div border color is #608fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608fbb


Comments

No comments written yet.

Please login to write comment.