Color Hex Logo

#068667 Color Hex

#068667
(6,134,103)
0 Favorites   0 Comments

Color spaces of #068667

RGB 6134103
HSL0.460.910.27
HSV165°96°53°
CMYK 0.960.000.23   0.47
XYZ11.048418.068215.7372
Yxy18.06820.24630.4028
Hunter Lab42.5067-27.99087.8038
CIE-Lab49.5787-38.64798.1079

#068667 color RGB value is (6,134,103).

#068667 hex color red value is 6, green value is 134 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #068667 hue: 0.46 , saturation: 0.91 and the lightness value of 068667 is 0.27.

The process color (four color CMYK) of #068667 color hex is 0.96, 0.00, 0.23, 0.47. Web safe color of #068667 is #009966. Color #068667 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000110 01100111
Octal 6 206 147
Decimal 6 134 103
Hex 6 86 67

RGB Percentages of Color #068667

%2.47
%55.14
%42.39

CMYK Percentages of Color #068667

%96
%0
%23
%47

Triadic Colors of #068667

#068667 #670686 #866706

Analogous Colors of #068667

#068667 #066586 #068627

Monochromatic Colors of #068667

#068667

Complementary Color

#068667 #860625

#068667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#068667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#068667 Color CSS Codes

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

#068667 Text Font Color

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

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


#068667 Background Color

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

This div background color is #068667


#068667 Border Color

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

This div border color is #068667


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,134,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #068667; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #068667;
  -webkit-box-shadow: 1px 1px 3px 2px #068667;
  box-shadow:         1px 1px 3px 2px #068667; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #068667


Comments

No comments written yet.

Please login to write comment.