Color Hex Logo

#06935d Color Hex

#06935D
(6,147,93)
0 Favorites   0 Comments

Color spaces of #06935d

RGB 614793
HSL0.440.920.30
HSV157°96°58°
CMYK 0.960.000.37   0.42
XYZ12.484621.696513.8858
Yxy21.69650.25970.4514
Hunter Lab46.5795-33.671214.9307
CIE-Lab53.7035-46.281319.5084

#06935d color RGB value is (6,147,93).

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

The process color (four color CMYK) of #06935d color hex is 0.96, 0.00, 0.37, 0.42. Web safe color of #06935d is #009966. Color #06935d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10010011 01011101
Octal 6 223 135
Decimal 6 147 93
Hex 6 93 5D

RGB Percentages of Color #06935d

%2.44
%59.76
%37.80

CMYK Percentages of Color #06935d

%96
%0
%37
%42

Triadic Colors of #06935d

#06935d #5d0693 #935d06

Analogous Colors of #06935d

#06935d #068393 #069317

Monochromatic Colors of #06935d

#06935d

Complementary Color

#06935d #93063c

#06935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#06935d Color CSS Codes

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

#06935d Text Font Color

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

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


#06935d Background Color

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

This div background color is #06935d


#06935d Border Color

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

This div border color is #06935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06935d


Comments

No comments written yet.

Please login to write comment.