Color Hex Logo

#6699ba Color Hex

#6699BA
(102,153,186)
0 Favorites   0 Comments

Color spaces of #6699ba

RGB 102153186
HSL0.570.380.56
HSV204°45°73°
CMYK 0.450.180.00   0.27
XYZ25.733629.152450.7250
Yxy29.15240.24370.2760
Hunter Lab53.9930-9.4128-17.9064
CIE-Lab60.9159-8.0714-22.4289

#6699ba color RGB value is (102,153,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10011001 10111010
Octal 146 231 272
Decimal 102 153 186
Hex 66 99 BA

RGB Percentages of Color #6699ba

%23.13
%34.69
%42.18

CMYK Percentages of Color #6699ba

%45
%18
%0
%27

Triadic Colors of #6699ba

#6699ba #ba6699 #99ba66

Analogous Colors of #6699ba

#6699ba #666fba #66bab1

Monochromatic Colors of #6699ba

#6699ba

Complementary Color

#6699ba #ba8766

#6699ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6699ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6699ba Color CSS Codes

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

#6699ba Text Font Color

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

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


#6699ba Background Color

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

This div background color is #6699ba


#6699ba Border Color

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

This div border color is #6699ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,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 #6699ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6699ba


Comments

No comments written yet.

Please login to write comment.