Color Hex Logo

#069dda Color Hex

#069DDA
(6,157,218)
0 Favorites   0 Comments

Color spaces of #069dda

RGB 6157218
HSL0.550.950.44
HSV197°97°85°
CMYK 0.970.280.00   0.15
XYZ24.787029.214670.6622
Yxy29.21460.19880.2343
Hunter Lab54.0505-12.7302-39.6766
CIE-Lab60.9706-12.3229-40.4487

#069dda color RGB value is (6,157,218).

#069dda hex color red value is 6, green value is 157 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #069dda hue: 0.55 , saturation: 0.95 and the lightness value of 069dda is 0.44.

The process color (four color CMYK) of #069dda color hex is 0.97, 0.28, 0.00, 0.15. Web safe color of #069dda is #0099cc. Color #069dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011101 11011010
Octal 6 235 332
Decimal 6 157 218
Hex 6 9D DA

RGB Percentages of Color #069dda

%1.57
%41.21
%57.22

CMYK Percentages of Color #069dda

%97
%28
%0
%15

Triadic Colors of #069dda

#069dda #da069d #9dda06

Analogous Colors of #069dda

#069dda #0633da #06daad

Monochromatic Colors of #069dda

#069dda

Complementary Color

#069dda #da4306

#069dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#069dda Color CSS Codes

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

#069dda Text Font Color

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

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


#069dda Background Color

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

This div background color is #069dda


#069dda Border Color

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

This div border color is #069dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069dda


Comments

No comments written yet.

Please login to write comment.