Color Hex Logo

#069fdd Color Hex

#069FDD
(6,159,221)
0 Favorites   0 Comments

Color spaces of #069fdd

RGB 6159221
HSL0.550.950.45
HSV197°97°87°
CMYK 0.970.280.00   0.13
XYZ25.524430.055572.8626
Yxy30.05550.19870.2340
Hunter Lab54.8229-12.8342-40.4236
CIE-Lab61.7021-12.3391-40.9665

#069fdd color RGB value is (6,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011111 11011101
Octal 6 237 335
Decimal 6 159 221
Hex 6 9F DD

RGB Percentages of Color #069fdd

%1.55
%41.19
%57.25

CMYK Percentages of Color #069fdd

%97
%28
%0
%13

Triadic Colors of #069fdd

#069fdd #dd069f #9fdd06

Analogous Colors of #069fdd

#069fdd #0633dd #06ddb0

Monochromatic Colors of #069fdd

#069fdd

Complementary Color

#069fdd #dd4406

#069fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#069fdd Color CSS Codes

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

#069fdd Text Font Color

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

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


#069fdd Background Color

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

This div background color is #069fdd


#069fdd Border Color

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

This div border color is #069fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069fdd


Comments

No comments written yet.

Please login to write comment.