Color Hex Logo

#069fcf Color Hex

#069FCF
(6,159,207)
0 Favorites   0 Comments

Color spaces of #069fcf

RGB 6159207
HSL0.540.940.42
HSV194°97°81°
CMYK 0.970.230.00   0.19
XYZ23.735729.340063.4437
Yxy29.34000.20370.2518
Hunter Lab54.1664-16.5726-31.5283
CIE-Lab61.0805-17.3785-34.1498

#069fcf color RGB value is (6,159,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011111 11001111
Octal 6 237 317
Decimal 6 159 207
Hex 6 9F CF

RGB Percentages of Color #069fcf

%1.61
%42.74
%55.65

CMYK Percentages of Color #069fcf

%97
%23
%0
%19

Triadic Colors of #069fcf

#069fcf #cf069f #9fcf06

Analogous Colors of #069fcf

#069fcf #063acf #06cf9b

Monochromatic Colors of #069fcf

#069fcf

Complementary Color

#069fcf #cf3606

#069fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#069fcf Color CSS Codes

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

#069fcf Text Font Color

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

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


#069fcf Background Color

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

This div background color is #069fcf


#069fcf Border Color

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

This div border color is #069fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069fcf


Comments

No comments written yet.

Please login to write comment.