COLOR #06635E

HEX: #06635E
RGB: (6,99,94)

Color info

#06635E contains mainly green and blue colors. Web safe color of #06635E is #006666 (or #066).

RGB color model

#06635E color RGB value is (6,99,94).

  • red value is 6;
  • green value is 99;
  • blue value is 94.
RGB:
(6,99,94)
(2%,39%,37%)

RGB channels and saturation

R 6 of 255 = 2%
G 99 of 255 = 39%
B 94 of 255 = 37%

6
99
94

R + G + B ~ 26%. #06635E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 99 + 94 = 199 (100%)
R 6 of 199 ~ 3.02%
G 99 of 199 ~ 49.75%
B 94 of 199 ~ 47.24%

%49.75
%47.24

CMYK color model

#06635E color CMYK value is (94,0,5,61).

  • cyan value is 93.94%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 61.18%
CMYK:
(94,0,5,61)
C94M0Y5K61 
(94%,0%,5%,61%)
(0.94/0.00/0.05/0.61)	

CMYK percentages

%93.94
%0
%5.05
%61.18

Codes

Color #06635E in popluar color models

06635E
RGB69994
HSL177°88.57%20.59%
HSB/HSV177°93.94%38.82%
CMYK93.94%0.00%5.05%
61.18%

Color #06635E in popluar number systems.

HEX06635E
Decimal69994
Binary11011000111011110
Octal6143136

Shades and tints

Shades of #06635E

#06635E
(6,99,94)
#065A56
(6,90,86)
#06514E
(6,81,78)
#064846
(6,72,70)
#063F3E
(6,63,62)
#063636
(6,54,54)
#062D2E
(6,45,46)
#062426
(6,36,38)
#061B1E
(6,27,30)
#061216
(6,18,22)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #06635E

#06635E
(6,99,94)
#1C716C
(28,113,108)
#327F7A
(50,127,122)
#488D88
(72,141,136)
#5E9B96
(94,155,150)
#74A9A4
(116,169,164)
#8AB7B2
(138,183,178)
#A0C5C0
(160,197,192)
#B6D3CE
(182,211,206)
#CCE1DC
(204,225,220)
#E2EFEA
(226,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06635E color. Also use rgb(6,99,94) instead hex code.

Text Font Color

.myTextColor { color: #06635E; }

<p style="color:#06635E">This sample text font color is #06635E.</p>

This text font color is #06635E.


Background Color

.myBgColor { background-color: #06635E; }

<div style="background-color:#06635E">Inner text</div>

This div background color is #06635E.


Border color

.myBorderColor { border: 1px solid #06635E; }

<div style="border:3px solid #06635E">Div</div>

This div border color is #06635E.


Opacity

.myOpacity80 { color: #06635E; opacity: 0.8; }

<p style="color:#06635E;opacity:0.8;">80%</p>

Text with #06635E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #06635E;}

<p style="text-shadow: 3px 3px 1px #06635E">Text here.</p>

This text has shadow with #06635E color.

.textShadow {text-shadow: 3px 3px 1px #06635E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #06635E, 5px 5px 20px red">Text here.</p>

This text has shadow with #06635E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#06635E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#06635E, Direction=45, Strength=4)">Text</p>

This text has shadow with #06635E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #06635E;
  -webkit-box-shadow:	1px 1px 3px 2px #06635E;
  box-shadow:		1px 1px 3px 2px #06635E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #06635E;
-webkit-box-shadow: 1px 1px 3px 2px #06635E;
box-shadow:1px 1px 3px 2px #06635E;">
Div content here</div>
This div box has shadow with color #06635E.

Preview

Color preview on black background

This text has color #06635E on black background.


Color preview on white background

This text has color #06635E on white background.



Black color preview on #06635E background

This text has black color on #06635E background.


White color preview on #06635E background

This text has white color on #06635E background.