COLOR #06626C

HEX: #06626C
RGB: (6,98,108)

Color info

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

RGB color model

#06626C color RGB value is (6,98,108).

  • red value is 6;
  • green value is 98;
  • blue value is 108.
RGB:
(6,98,108)
(2%,38%,42%)

RGB channels and saturation

R 6 of 255 = 2%
G 98 of 255 = 38%
B 108 of 255 = 42%

6
98
108

R + G + B ~ 27%. #06626C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 98 + 108 = 212 (100%)
R 6 of 212 ~ 2.83%
G 98 of 212 ~ 46.23%
B 108 of 212 ~ 50.94%

%46.23
%50.94

CMYK color model

#06626C color CMYK value is (94,9,0,58).

  • cyan value is 94.44%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(94,9,0,58)
C94M9Y0K58 
(94%,9%,0%,58%)
(0.94/0.09/0.00/0.58)	

CMYK percentages

%94.44
%9.26
%0
%57.65

Codes

Color #06626C in popluar color models

06626C
RGB698108
HSL186°89.47%22.35%
HSB/HSV186°94.44%42.35%
CMYK94.44%9.26%0.00%
57.65%

Color #06626C in popluar number systems.

HEX06626C
Decimal698108
Binary11011000101101100
Octal6142154

Shades and tints

Shades of #06626C

#06626C
(6,98,108)
#065A63
(6,90,99)
#06525A
(6,82,90)
#064A51
(6,74,81)
#064248
(6,66,72)
#063A3F
(6,58,63)
#063236
(6,50,54)
#062A2D
(6,42,45)
#062224
(6,34,36)
#061A1B
(6,26,27)
#061212
(6,18,18)
#000000
(0,0,0)

Tints of #06626C

#06626C
(6,98,108)
#1C7079
(28,112,121)
#327E86
(50,126,134)
#488C93
(72,140,147)
#5E9AA0
(94,154,160)
#74A8AD
(116,168,173)
#8AB6BA
(138,182,186)
#A0C4C7
(160,196,199)
#B6D2D4
(182,210,212)
#CCE0E1
(204,224,225)
#E2EEEE
(226,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06626C color. Also use rgb(6,98,108) instead hex code.

Text Font Color

.myTextColor { color: #06626C; }

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

This text font color is #06626C.


Background Color

.myBgColor { background-color: #06626C; }

<div style="background-color:#06626C">Inner text</div>

This div background color is #06626C.


Border color

.myBorderColor { border: 1px solid #06626C; }

<div style="border:3px solid #06626C">Div</div>

This div border color is #06626C.


Opacity

.myOpacity80 { color: #06626C; opacity: 0.8; }

<p style="color:#06626C;opacity:0.8;">80%</p>

Text with #06626C 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 #06626C;}

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

This text has shadow with #06626C color.

.textShadow {text-shadow: 3px 3px 1px #06626C, 3px 3px 1px red;}

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

This text has shadow with #06626C primary color and red secondary color.


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

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

This text has shadow with #06626C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06626C on black background.


Color preview on white background

This text has color #06626C on white background.



Black color preview on #06626C background

This text has black color on #06626C background.


White color preview on #06626C background

This text has white color on #06626C background.