color codes Logo

#06935f color codes

#06935F
(6,147,95)
0 Favorites   0 Comments

Color spaces of #06935f

RGB 614795
HSL0.440.920.30
HSV158°96°58°
CMYK 0.960.000.35   0.42
XYZ12.574421.732414.3585
Yxy21.73240.25840.4466
Hunter Lab46.6180-33.434314.3711
CIE-Lab53.7419-45.839018.4450

#06935f color RGB value is (6,147,95).

#06935f hex color red value is 6, green value is 147 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #06935f hue: 0.44 , saturation: 0.92 and the lightness value of 06935f is 0.30.

The process color (four color CMYK) of #06935f color code is 0.96, 0.00, 0.35, 0.42. Web safe color of #06935f is #009966. Color #06935f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010011 01011111
Octal 6 223 137
Decimal 6 147 95
Hex 6 93 5F

RGB Percentages of Color #06935f

%2.42
%59.27
%38.31

CMYK Percentages of Color #06935f

%96
%0
%35
%42

Triadic Colors of #06935f

#06935f #5f0693 #935f06

Analogous Colors of #06935f

#06935f #068193 #069319

Monochromatic Colors of #06935f

#06935f

Complementary Color

#06935f #93063a

#06935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#06935f Color CSS Codes

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

#06935f Text Font Color

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

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


#06935f Background Color

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

This div background color is #06935f


#06935f Border Color

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

This div border color is #06935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06935f


Comments

No comments written yet.

Please login to write comment.