Color Hex Logo

#608dbb Color Hex

#608DBB
(96,141,187)
0 Favorites   0 Comments

Color spaces of #608dbb

RGB 96141187
HSL0.580.400.55
HSV210°49°73°
CMYK 0.490.250.00   0.27
XYZ23.318425.124450.6342
Yxy25.12440.23540.2536
Hunter Lab50.1242-4.6771-24.8062
CIE-Lab57.1964-2.4929-28.7492

#608dbb color RGB value is (96,141,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 10111011
Octal 140 215 273
Decimal 96 141 187
Hex 60 8D BB

RGB Percentages of Color #608dbb

%22.64
%33.25
%44.10

CMYK Percentages of Color #608dbb

%49
%25
%0
%27

Triadic Colors of #608dbb

#608dbb #bb608d #8dbb60

Analogous Colors of #608dbb

#608dbb #6160bb #60bbbb

Monochromatic Colors of #608dbb

#608dbb

Complementary Color

#608dbb #bb8e60

#608dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#608dbb Color CSS Codes

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

#608dbb Text Font Color

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

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


#608dbb Background Color

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

This div background color is #608dbb


#608dbb Border Color

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

This div border color is #608dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608dbb


Comments

No comments written yet.

Please login to write comment.