Color Hex Logo

#6099ba Color Hex

#6099BA
(96,153,186)
0 Favorites   0 Comments

Color spaces of #6099ba

RGB 96153186
HSL0.560.390.55
HSV202°48°73°
CMYK 0.480.180.00   0.27
XYZ25.078028.814450.6944
Yxy28.81440.23980.2755
Hunter Lab53.6790-10.5460-18.4180
CIE-Lab60.6175-9.5557-22.9122

#6099ba color RGB value is (96,153,186).

#6099ba hex color red value is 96, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6099ba hue: 0.56 , saturation: 0.39 and the lightness value of 6099ba is 0.55.

The process color (four color CMYK) of #6099ba color hex is 0.48, 0.18, 0.00, 0.27. Web safe color of #6099ba is #6699cc. Color #6099ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011001 10111010
Octal 140 231 272
Decimal 96 153 186
Hex 60 99 BA

RGB Percentages of Color #6099ba

%22.07
%35.17
%42.76

CMYK Percentages of Color #6099ba

%48
%18
%0
%27

Triadic Colors of #6099ba

#6099ba #ba6099 #99ba60

Analogous Colors of #6099ba

#6099ba #606cba #60baae

Monochromatic Colors of #6099ba

#6099ba

Complementary Color

#6099ba #ba8160

#6099ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6099ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6099ba Color CSS Codes

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

#6099ba Text Font Color

<p style="color:#6099ba">Text here</p>

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


#6099ba Background Color

<div style="background-color:#6099ba">
Div content here</div>

This div background color is #6099ba


#6099ba Border Color

<div style="border:3px solid #6099ba">
Div here</div>

This div border color is #6099ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,153,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6099ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6099ba;
  -webkit-box-shadow: 1px 1px 3px 2px #6099ba;
  box-shadow:         1px 1px 3px 2px #6099ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6099ba


Comments

No comments written yet.

Please login to write comment.