COLOR #06999D

HEX: #06999D
RGB: (6,153,157)

Color info

#06999D contains mainly green and blue colors. Web safe color of #06999D is #009999 (or #099).

RGB color model

#06999D color RGB value is (6,153,157).

  • red value is 6;
  • green value is 153;
  • blue value is 157.
RGB:
(6,153,157)
(2%,60%,62%)

RGB channels and saturation

R 6 of 255 = 2%
G 153 of 255 = 60%
B 157 of 255 = 62%

6
153
157

R + G + B ~ 41%. #06999D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
6 + 153 + 157 = 316 (100%)
R 6 of 316 ~ 1.9%
G 153 of 316 ~ 48.42%
B 157 of 316 ~ 49.68%

%48.42
%49.68

CMYK color model

#06999D color CMYK value is (96,3,0,38).

  • cyan value is 96.18%
  • magenta value is 2.55%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(96,3,0,38)
C96M3Y0K38 
(96%,3%,0%,38%)
(0.96/0.03/0.00/0.38)	

CMYK percentages

%96.18
%2.55
%0
%38.43

Codes

Color #06999D in popluar color models

06999D
RGB6153157
HSL182°92.64%31.96%
HSB/HSV182°96.18%61.57%
CMYK96.18%2.55%0.00%
38.43%

Color #06999D in popluar number systems.

HEX06999D
Decimal6153157
Binary1101001100110011101
Octal6231235

Shades and tints

Shades of #06999D

#06999D
(6,153,157)
#068C8F
(6,140,143)
#067F81
(6,127,129)
#067273
(6,114,115)
#066565
(6,101,101)
#065857
(6,88,87)
#064B49
(6,75,73)
#063E3B
(6,62,59)
#06312D
(6,49,45)
#06241F
(6,36,31)
#061711
(6,23,17)
#000000
(0,0,0)

Tints of #06999D

#06999D
(6,153,157)
#1CA2A5
(28,162,165)
#32ABAD
(50,171,173)
#48B4B5
(72,180,181)
#5EBDBD
(94,189,189)
#74C6C5
(116,198,197)
#8ACFCD
(138,207,205)
#A0D8D5
(160,216,213)
#B6E1DD
(182,225,221)
#CCEAE5
(204,234,229)
#E2F3ED
(226,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06999D color. Also use rgb(6,153,157) instead hex code.

Text Font Color

.myTextColor { color: #06999D; }

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

This text font color is #06999D.


Background Color

.myBgColor { background-color: #06999D; }

<div style="background-color:#06999D">Inner text</div>

This div background color is #06999D.


Border color

.myBorderColor { border: 1px solid #06999D; }

<div style="border:3px solid #06999D">Div</div>

This div border color is #06999D.


Opacity

.myOpacity80 { color: #06999D; opacity: 0.8; }

<p style="color:#06999D;opacity:0.8;">80%</p>

Text with #06999D 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 #06999D;}

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

This text has shadow with #06999D color.

.textShadow {text-shadow: 3px 3px 1px #06999D, 3px 3px 1px red;}

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

This text has shadow with #06999D primary color and red secondary color.


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

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

This text has shadow with #06999D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06999D on black background.


Color preview on white background

This text has color #06999D on white background.



Black color preview on #06999D background

This text has black color on #06999D background.


White color preview on #06999D background

This text has white color on #06999D background.