Color Hex Logo

#609bbf Color Hex

#609BBF
(96,155,191)
0 Favorites   0 Comments

Color spaces of #609bbf

RGB 96155191
HSL0.560.430.56
HSV203°50°75°
CMYK 0.500.190.00   0.25
XYZ25.949229.691153.6535
Yxy29.69110.23740.2717
Hunter Lab54.4895-10.3508-20.2376
CIE-Lab61.3868-9.2003-24.5450

#609bbf color RGB value is (96,155,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011011 10111111
Octal 140 233 277
Decimal 96 155 191
Hex 60 9B BF

RGB Percentages of Color #609bbf

%21.72
%35.07
%43.21

CMYK Percentages of Color #609bbf

%50
%19
%0
%25

Triadic Colors of #609bbf

#609bbf #bf609b #9bbf60

Analogous Colors of #609bbf

#609bbf #606cbf #60bfb4

Monochromatic Colors of #609bbf

#609bbf

Complementary Color

#609bbf #bf8460

#609bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#609bbf Color CSS Codes

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

#609bbf Text Font Color

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

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


#609bbf Background Color

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

This div background color is #609bbf


#609bbf Border Color

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

This div border color is #609bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609bbf


Comments

No comments written yet.

Please login to write comment.