Color Hex Logo

#06995d Color Hex

#06995D
(6,153,93)
0 Favorites   0 Comments

Color spaces of #06995d

RGB 615393
HSL0.430.920.31
HSV156°96°60°
CMYK 0.960.000.39   0.40
XYZ13.442123.611514.2049
Yxy23.61150.26220.4606
Hunter Lab48.5917-35.656316.6818
CIE-Lab55.6967-48.534422.1796

#06995d color RGB value is (6,153,93).

#06995d hex color red value is 6, green value is 153 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #06995d hue: 0.43 , saturation: 0.92 and the lightness value of 06995d is 0.31.

The process color (four color CMYK) of #06995d color hex is 0.96, 0.00, 0.39, 0.40. Web safe color of #06995d is #009966. Color #06995d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011001 01011101
Octal 6 231 135
Decimal 6 153 93
Hex 6 99 5D

RGB Percentages of Color #06995d

%2.38
%60.71
%36.90

CMYK Percentages of Color #06995d

%96
%0
%39
%40

Triadic Colors of #06995d

#06995d #5d0699 #995d06

Analogous Colors of #06995d

#06995d #068c99 #069914

Monochromatic Colors of #06995d

#06995d

Complementary Color

#06995d #990642

#06995d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06995d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06995d Color CSS Codes

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

#06995d Text Font Color

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

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


#06995d Background Color

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

This div background color is #06995d


#06995d Border Color

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

This div border color is #06995d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,153,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06995d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06995d;
  -webkit-box-shadow: 1px 1px 3px 2px #06995d;
  box-shadow:         1px 1px 3px 2px #06995d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06995d


Comments

No comments written yet.

Please login to write comment.