Color Hex Logo

#068bcc Color Hex

#068BCC
(6,139,204)
0 Favorites   0 Comments

Color spaces of #068bcc

RGB 6139204
HSL0.550.940.41
HSV200°97°80°
CMYK 0.970.320.00   0.20
XYZ20.206822.863660.4748
Yxy22.86360.19510.2208
Hunter Lab47.8159-8.2445-41.5155
CIE-Lab54.9316-7.3228-42.1041

#068bcc color RGB value is (6,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10001011 11001100
Octal 6 213 314
Decimal 6 139 204
Hex 6 8B CC

RGB Percentages of Color #068bcc

%1.72
%39.83
%58.45

CMYK Percentages of Color #068bcc

%97
%32
%0
%20

Triadic Colors of #068bcc

#068bcc #cc068b #8bcc06

Analogous Colors of #068bcc

#068bcc #0628cc #06ccaa

Monochromatic Colors of #068bcc

#068bcc

Complementary Color

#068bcc #cc4706

#068bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#068bcc Color CSS Codes

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

#068bcc Text Font Color

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

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


#068bcc Background Color

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

This div background color is #068bcc


#068bcc Border Color

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

This div border color is #068bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,139,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 #068bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068bcc


Comments

No comments written yet.

Please login to write comment.