Color Hex Logo

#06693f Color Hex

#06693F
(6,105,63)
0 Favorites   0 Comments

Color spaces of #06693f

RGB 610563
HSL0.430.890.22
HSV155°94°41°
CMYK 0.940.000.40   0.59
XYZ6.023910.50076.4120
Yxy10.50070.26260.4578
Hunter Lab32.4048-23.526010.9515
CIE-Lab38.7265-36.539816.5450

#06693f color RGB value is (6,105,63).

#06693f hex color red value is 6, green value is 105 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #06693f hue: 0.43 , saturation: 0.89 and the lightness value of 06693f is 0.22.

The process color (four color CMYK) of #06693f color hex is 0.94, 0.00, 0.40, 0.59. Web safe color of #06693f is #006633. Color #06693f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01101001 00111111
Octal 6 151 77
Decimal 6 105 63
Hex 6 69 3F

RGB Percentages of Color #06693f

%3.45
%60.34
%36.21

CMYK Percentages of Color #06693f

%94
%0
%40
%59

Triadic Colors of #06693f

#06693f #3f0669 #693f06

Analogous Colors of #06693f

#06693f #066269 #06690e

Monochromatic Colors of #06693f

#06693f

Complementary Color

#06693f #690630

#06693f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06693f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06693f Color CSS Codes

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

#06693f Text Font Color

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

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


#06693f Background Color

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

This div background color is #06693f


#06693f Border Color

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

This div border color is #06693f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,105,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06693f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06693f;
  -webkit-box-shadow: 1px 1px 3px 2px #06693f;
  box-shadow:         1px 1px 3px 2px #06693f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06693f


Comments

No comments written yet.

Please login to write comment.