Color Hex Logo

#069dcc Color Hex

#069DCC
(6,157,204)
0 Favorites   0 Comments

Color spaces of #069dcc

RGB 6157204
HSL0.540.940.41
HSV194°97°80°
CMYK 0.970.230.00   0.20
XYZ23.031228.512361.4163
Yxy28.51230.20390.2524
Hunter Lab53.3969-16.4538-30.8166
CIE-Lab60.3488-17.3709-33.6128

#069dcc color RGB value is (6,157,204).

#069dcc hex color red value is 6, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #069dcc hue: 0.54 , saturation: 0.94 and the lightness value of 069dcc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011101 11001100
Octal 6 235 314
Decimal 6 157 204
Hex 6 9D CC

RGB Percentages of Color #069dcc

%1.63
%42.78
%55.59

CMYK Percentages of Color #069dcc

%97
%23
%0
%20

Triadic Colors of #069dcc

#069dcc #cc069d #9dcc06

Analogous Colors of #069dcc

#069dcc #063acc #06cc98

Monochromatic Colors of #069dcc

#069dcc

Complementary Color

#069dcc #cc3506

#069dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#069dcc Color CSS Codes

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

#069dcc Text Font Color

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

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


#069dcc Background Color

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

This div background color is #069dcc


#069dcc Border Color

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

This div border color is #069dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069dcc


Comments

No comments written yet.

Please login to write comment.