Color Hex Logo

#069fab Color Hex

#069FAB
(6,159,171)
0 Favorites   0 Comments

Color spaces of #069fab

RGB 6159171
HSL0.510.930.35
HSV184°96°67°
CMYK 0.960.070.00   0.33
XYZ19.823927.775342.8444
Yxy27.77530.21920.3071
Hunter Lab52.7023-25.0864-11.3083
CIE-Lab59.6852-29.7096-16.0658

#069fab color RGB value is (6,159,171).

#069fab hex color red value is 6, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #069fab hue: 0.51 , saturation: 0.93 and the lightness value of 069fab is 0.35.

The process color (four color CMYK) of #069fab color hex is 0.96, 0.07, 0.00, 0.33. Web safe color of #069fab is #009999. Color #069fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011111 10101011
Octal 6 237 253
Decimal 6 159 171
Hex 6 9F AB

RGB Percentages of Color #069fab

%1.79
%47.32
%50.89

CMYK Percentages of Color #069fab

%96
%7
%0
%33

Triadic Colors of #069fab

#069fab #ab069f #9fab06

Analogous Colors of #069fab

#069fab #064dab #06ab65

Monochromatic Colors of #069fab

#069fab

Complementary Color

#069fab #ab1206

#069fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#069fab Color CSS Codes

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

#069fab Text Font Color

<p style="color:#069fab">Text here</p>

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


#069fab Background Color

<div style="background-color:#069fab">
Div content here</div>

This div background color is #069fab


#069fab Border Color

<div style="border:3px solid #069fab">
Div here</div>

This div border color is #069fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,159,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #069fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #069fab;
  -webkit-box-shadow: 1px 1px 3px 2px #069fab;
  box-shadow:         1px 1px 3px 2px #069fab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,159,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069fab


Comments

No comments written yet.

Please login to write comment.