COLOR #066768

HEX: #066768
RGB: (6,103,104)

Color info

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

RGB color model

#066768 color RGB value is (6,103,104).

  • red value is 6;
  • green value is 103;
  • blue value is 104.
RGB:
(6,103,104)
(2%,40%,41%)

RGB channels and saturation

R 6 of 255 = 2%
G 103 of 255 = 40%
B 104 of 255 = 41%

6
103
104

R + G + B ~ 28%. #066768 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 103 + 104 = 213 (100%)
R 6 of 213 ~ 2.82%
G 103 of 213 ~ 48.36%
B 104 of 213 ~ 48.83%

%48.36
%48.83

CMYK color model

#066768 color CMYK value is (94,1,0,59).

  • cyan value is 94.23%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(94,1,0,59)
C94M1Y0K59 
(94%,1%,0%,59%)
(0.94/0.01/0.00/0.59)	

CMYK percentages

%94.23
%0.96
%0
%59.22

Codes

Color #066768 in popluar color models

066768
RGB6103104
HSL181°89.09%21.57%
HSB/HSV181°94.23%40.78%
CMYK94.23%0.96%0.00%
59.22%

Color #066768 in popluar number systems.

HEX066768
Decimal6103104
Binary11011001111101000
Octal6147150

Shades and tints

Shades of #066768

#066768
(6,103,104)
#065E5F
(6,94,95)
#065556
(6,85,86)
#064C4D
(6,76,77)
#064344
(6,67,68)
#063A3B
(6,58,59)
#063132
(6,49,50)
#062829
(6,40,41)
#061F20
(6,31,32)
#061617
(6,22,23)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #066768

#066768
(6,103,104)
#1C7475
(28,116,117)
#328182
(50,129,130)
#488E8F
(72,142,143)
#5E9B9C
(94,155,156)
#74A8A9
(116,168,169)
#8AB5B6
(138,181,182)
#A0C2C3
(160,194,195)
#B6CFD0
(182,207,208)
#CCDCDD
(204,220,221)
#E2E9EA
(226,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #066768 color. Also use rgb(6,103,104) instead hex code.

Text Font Color

.myTextColor { color: #066768; }

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

This text font color is #066768.


Background Color

.myBgColor { background-color: #066768; }

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

This div background color is #066768.


Border color

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

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

This div border color is #066768.


Opacity

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

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

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

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

This text has shadow with #066768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066768 on black background.


Color preview on white background

This text has color #066768 on white background.



Black color preview on #066768 background

This text has black color on #066768 background.


White color preview on #066768 background

This text has white color on #066768 background.