Color Hex Logo

#069aaf Color Hex

#069AAF
(6,154,175)
0 Favorites   0 Comments

Color spaces of #069aaf

RGB 6154175
HSL0.520.930.35
HSV187°97°69°
CMYK 0.970.120.00   0.31
XYZ19.368626.245144.6024
Yxy26.24510.21470.2909
Hunter Lab51.2300-22.1667-15.7587
CIE-Lab58.2690-25.8928-20.4852

#069aaf color RGB value is (6,154,175).

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

The process color (four color CMYK) of #069aaf color hex is 0.97, 0.12, 0.00, 0.31. Web safe color of #069aaf is #009999. Color #069aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011010 10101111
Octal 6 232 257
Decimal 6 154 175
Hex 6 9A AF

RGB Percentages of Color #069aaf

%1.79
%45.97
%52.24

CMYK Percentages of Color #069aaf

%97
%12
%0
%31

Triadic Colors of #069aaf

#069aaf #af069a #9aaf06

Analogous Colors of #069aaf

#069aaf #0646af #06af70

Monochromatic Colors of #069aaf

#069aaf

Complementary Color

#069aaf #af1b06

#069aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#069aaf Color CSS Codes

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

#069aaf Text Font Color

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

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


#069aaf Background Color

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

This div background color is #069aaf


#069aaf Border Color

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

This div border color is #069aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069aaf


Comments

No comments written yet.

Please login to write comment.