Color Hex Logo

#06835b Color Hex

#06835B
(6,131,91)
0 Favorites   0 Comments

Color spaces of #06835b

RGB 613191
HSL0.450.910.27
HSV161°95°51°
CMYK 0.950.000.31   0.49
XYZ10.079717.026612.6527
Yxy17.02660.25350.4282
Hunter Lab41.2633-28.607210.7040
CIE-Lab48.2935-40.459213.2536

#06835b color RGB value is (6,131,91).

#06835b hex color red value is 6, green value is 131 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #06835b hue: 0.45 , saturation: 0.91 and the lightness value of 06835b is 0.27.

The process color (four color CMYK) of #06835b color hex is 0.95, 0.00, 0.31, 0.49. Web safe color of #06835b is #009966. Color #06835b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10000011 01011011
Octal 6 203 133
Decimal 6 131 91
Hex 6 83 5B

RGB Percentages of Color #06835b

%2.63
%57.46
%39.91

CMYK Percentages of Color #06835b

%95
%0
%31
%49

Triadic Colors of #06835b

#06835b #5b0683 #835b06

Analogous Colors of #06835b

#06835b #066d83 #06831d

Monochromatic Colors of #06835b

#06835b

Complementary Color

#06835b #83062e

#06835b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06835b Color Preview on White Background

Lorem ipsum dolor sit amet.

#06835b Color CSS Codes

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

#06835b Text Font Color

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

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


#06835b Background Color

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

This div background color is #06835b


#06835b Border Color

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

This div border color is #06835b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,131,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #06835b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #06835b;
  -webkit-box-shadow: 1px 1px 3px 2px #06835b;
  box-shadow:         1px 1px 3px 2px #06835b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06835b


Comments

No comments written yet.

Please login to write comment.