Color Hex Logo

#068dba Color Hex

#068DBA
(6,141,186)
0 Favorites   0 Comments

Color spaces of #068dba

RGB 6141186
HSL0.540.940.38
HSV195°97°73°
CMYK 0.970.240.00   0.27
XYZ18.462922.633649.8500
Yxy22.63360.20300.2489
Hunter Lab47.5748-13.9833-28.8231
CIE-Lab54.6929-15.1384-32.2615

#068dba color RGB value is (6,141,186).

#068dba hex color red value is 6, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #068dba hue: 0.54 , saturation: 0.94 and the lightness value of 068dba is 0.38.

The process color (four color CMYK) of #068dba color hex is 0.97, 0.24, 0.00, 0.27. Web safe color of #068dba is #0099cc. Color #068dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001101 10111010
Octal 6 215 272
Decimal 6 141 186
Hex 6 8D BA

RGB Percentages of Color #068dba

%1.80
%42.34
%55.86

CMYK Percentages of Color #068dba

%97
%24
%0
%27

Triadic Colors of #068dba

#068dba #ba068d #8dba06

Analogous Colors of #068dba

#068dba #0633ba #06ba8d

Monochromatic Colors of #068dba

#068dba

Complementary Color

#068dba #ba3306

#068dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#068dba Color CSS Codes

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

#068dba Text Font Color

<p style="color:#068dba">Text here</p>

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


#068dba Background Color

<div style="background-color:#068dba">
Div content here</div>

This div background color is #068dba


#068dba Border Color

<div style="border:3px solid #068dba">
Div here</div>

This div border color is #068dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,141,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068dba;
  -webkit-box-shadow: 1px 1px 3px 2px #068dba;
  box-shadow:         1px 1px 3px 2px #068dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068dba


Comments

No comments written yet.

Please login to write comment.