color codes Logo

#069abf color codes

#069ABF
(6,154,191)
0 Favorites   0 Comments

Color spaces of #069abf

RGB 6154191
HSL0.530.940.39
HSV192°97°75°
CMYK 0.970.190.00   0.25
XYZ21.034726.911553.3760
Yxy26.91150.20760.2656
Hunter Lab51.8763-18.4057-24.6906
CIE-Lab58.8923-20.3740-28.5730

#069abf color RGB value is (6,154,191).

#069abf hex color red value is 6, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #069abf hue: 0.53 , saturation: 0.94 and the lightness value of 069abf is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011010 10111111
Octal 6 232 277
Decimal 6 154 191
Hex 6 9A BF

RGB Percentages of Color #069abf

%1.71
%43.87
%54.42

CMYK Percentages of Color #069abf

%97
%19
%0
%25

Triadic Colors of #069abf

#069abf #bf069a #9abf06

Analogous Colors of #069abf

#069abf #063ebf #06bf88

Monochromatic Colors of #069abf

#069abf

Complementary Color

#069abf #bf2b06

#069abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#069abf Color CSS Codes

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

#069abf Text Font Color

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

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


#069abf Background Color

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

This div background color is #069abf


#069abf Border Color

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

This div border color is #069abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069abf


Comments

No comments written yet.

Please login to write comment.