COLOR #066651

HEX: #066651
RGB: (6,102,81)

Color info

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

RGB color model

#066651 color RGB value is (6,102,81).

  • red value is 6;
  • green value is 102;
  • blue value is 81.
RGB:
(6,102,81)
(2%,40%,32%)

RGB channels and saturation

R 6 of 255 = 2%
G 102 of 255 = 40%
B 81 of 255 = 32%

6
102
81

R + G + B ~ 25%. #066651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 102 + 81 = 189 (100%)
R 6 of 189 ~ 3.17%
G 102 of 189 ~ 53.97%
B 81 of 189 ~ 42.86%

%53.97
%42.86

CMYK color model

#066651 color CMYK value is (94,0,21,60).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 60.00%
CMYK:
(94,0,21,60)
C94M0Y21K60 
(94%,0%,21%,60%)
(0.94/0.00/0.21/0.60)	

CMYK percentages

%94.12
%0
%20.59
%60

Codes

Color #066651 in popluar color models

066651
RGB610281
HSL167°88.89%21.18%
HSB/HSV167°94.12%40.00%
CMYK94.12%0.00%20.59%
60.00%

Color #066651 in popluar number systems.

HEX066651
Decimal610281
Binary11011001101010001
Octal6146121

Shades and tints

Shades of #066651

#066651
(6,102,81)
#065D4A
(6,93,74)
#065443
(6,84,67)
#064B3C
(6,75,60)
#064235
(6,66,53)
#06392E
(6,57,46)
#063027
(6,48,39)
#062720
(6,39,32)
#061E19
(6,30,25)
#061512
(6,21,18)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #066651

#066651
(6,102,81)
#1C7360
(28,115,96)
#32806F
(50,128,111)
#488D7E
(72,141,126)
#5E9A8D
(94,154,141)
#74A79C
(116,167,156)
#8AB4AB
(138,180,171)
#A0C1BA
(160,193,186)
#B6CEC9
(182,206,201)
#CCDBD8
(204,219,216)
#E2E8E7
(226,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066651 color. Also use rgb(6,102,81) instead hex code.

Text Font Color

.myTextColor { color: #066651; }

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

This text font color is #066651.


Background Color

.myBgColor { background-color: #066651; }

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

This div background color is #066651.


Border color

.myBorderColor { border: 1px solid #066651; }

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

This div border color is #066651.


Opacity

.myOpacity80 { color: #066651; opacity: 0.8; }

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

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

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

This text has shadow with #066651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066651 on black background.


Color preview on white background

This text has color #066651 on white background.



Black color preview on #066651 background

This text has black color on #066651 background.


White color preview on #066651 background

This text has white color on #066651 background.