COLOR #06E6E9

HEX: #06E6E9
RGB: (6,230,233)

Color info

#06E6E9 contains mainly green and blue colors. Web safe color of #06E6E9 is #00CCFF (or #0CF).

RGB color model

#06E6E9 color RGB value is (6,230,233).

  • red value is 6;
  • green value is 230;
  • blue value is 233.
RGB:
(6,230,233)
(2%,90%,91%)

RGB channels and saturation

R 6 of 255 = 2%
G 230 of 255 = 90%
B 233 of 255 = 91%

6
230
233

R + G + B ~ 61%. #06E6E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
6 + 230 + 233 = 469 (100%)
R 6 of 469 ~ 1.28%
G 230 of 469 ~ 49.04%
B 233 of 469 ~ 49.68%

%49.04
%49.68

CMYK color model

#06E6E9 color CMYK value is (97,1,0,9).

  • cyan value is 97.42%
  • magenta value is 1.29%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(97,1,0,9)
C97M1Y0K9 
(97%,1%,0%,9%)
(0.97/0.01/0.00/0.09)	

CMYK percentages

%97.42
%1.29
%0
%8.63

Codes

Color #06E6E9 in popluar color models

06E6E9
RGB6230233
HSL181°94.98%46.86%
HSB/HSV181°97.42%91.37%
CMYK97.42%1.29%0.00%
8.63%

Color #06E6E9 in popluar number systems.

HEX06E6E9
Decimal6230233
Binary1101110011011101001
Octal6346351

Shades and tints

Shades of #06E6E9

#06E6E9
(6,230,233)
#06D2D4
(6,210,212)
#06BEBF
(6,190,191)
#06AAAA
(6,170,170)
#069695
(6,150,149)
#068280
(6,130,128)
#066E6B
(6,110,107)
#065A56
(6,90,86)
#064641
(6,70,65)
#06322C
(6,50,44)
#061E17
(6,30,23)
#000000
(0,0,0)

Tints of #06E6E9

#06E6E9
(6,230,233)
#1CE8EB
(28,232,235)
#32EAED
(50,234,237)
#48ECEF
(72,236,239)
#5EEEF1
(94,238,241)
#74F0F3
(116,240,243)
#8AF2F5
(138,242,245)
#A0F4F7
(160,244,247)
#B6F6F9
(182,246,249)
#CCF8FB
(204,248,251)
#E2FAFD
(226,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06E6E9 color. Also use rgb(6,230,233) instead hex code.

Text Font Color

.myTextColor { color: #06E6E9; }

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

This text font color is #06E6E9.


Background Color

.myBgColor { background-color: #06E6E9; }

<div style="background-color:#06E6E9">Inner text</div>

This div background color is #06E6E9.


Border color

.myBorderColor { border: 1px solid #06E6E9; }

<div style="border:3px solid #06E6E9">Div</div>

This div border color is #06E6E9.


Opacity

.myOpacity80 { color: #06E6E9; opacity: 0.8; }

<p style="color:#06E6E9;opacity:0.8;">80%</p>

Text with #06E6E9 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 #06E6E9;}

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

This text has shadow with #06E6E9 color.

.textShadow {text-shadow: 3px 3px 1px #06E6E9, 3px 3px 1px red;}

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

This text has shadow with #06E6E9 primary color and red secondary color.


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

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

This text has shadow with #06E6E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06E6E9 on black background.


Color preview on white background

This text has color #06E6E9 on white background.



Black color preview on #06E6E9 background

This text has black color on #06E6E9 background.


White color preview on #06E6E9 background

This text has white color on #06E6E9 background.