Color Hex Logo

#608bbf Color Hex

#608BBF
(96,139,191)
0 Favorites   0 Comments

Color spaces of #608bbf

RGB 96139191
HSL0.590.430.56
HSV213°50°75°
CMYK 0.500.270.00   0.25
XYZ23.460524.713652.8239
Yxy24.71360.23230.2447
Hunter Lab49.7128-2.7595-28.2015
CIE-Lab56.7953-0.1293-31.6429

#608bbf color RGB value is (96,139,191).

#608bbf hex color red value is 96, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #608bbf hue: 0.59 , saturation: 0.43 and the lightness value of 608bbf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001011 10111111
Octal 140 213 277
Decimal 96 139 191
Hex 60 8B BF

RGB Percentages of Color #608bbf

%22.54
%32.63
%44.84

CMYK Percentages of Color #608bbf

%50
%27
%0
%25

Triadic Colors of #608bbf

#608bbf #bf608b #8bbf60

Analogous Colors of #608bbf

#608bbf #6560bf #60bbbf

Monochromatic Colors of #608bbf

#608bbf

Complementary Color

#608bbf #bf9460

#608bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#608bbf Color CSS Codes

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

#608bbf Text Font Color

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

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


#608bbf Background Color

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

This div background color is #608bbf


#608bbf Border Color

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

This div border color is #608bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608bbf


Comments

No comments written yet.

Please login to write comment.