COLOR #066255

HEX: #066255
RGB: (6,98,85)

Color info

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

RGB color model

#066255 color RGB value is (6,98,85).

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

RGB channels and saturation

R 6 of 255 = 2%
G 98 of 255 = 38%
B 85 of 255 = 33%

6
98
85

R + G + B ~ 24%. #066255 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 98 + 85 = 189 (100%)
R 6 of 189 ~ 3.17%
G 98 of 189 ~ 51.85%
B 85 of 189 ~ 44.97%

%51.85
%44.97

CMYK color model

#066255 color CMYK value is (94,0,13,62).

  • cyan value is 93.88%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 61.57%
CMYK:
(94,0,13,62)
C94M0Y13K62 
(94%,0%,13%,62%)
(0.94/0.00/0.13/0.62)	

CMYK percentages

%93.88
%0
%13.27
%61.57

Codes

Color #066255 in popluar color models

066255
RGB69885
HSL172°88.46%20.39%
HSB/HSV172°93.88%38.43%
CMYK93.88%0.00%13.27%
61.57%

Color #066255 in popluar number systems.

HEX066255
Decimal69885
Binary11011000101010101
Octal6142125

Shades and tints

Shades of #066255

#066255
(6,98,85)
#065A4E
(6,90,78)
#065247
(6,82,71)
#064A40
(6,74,64)
#064239
(6,66,57)
#063A32
(6,58,50)
#06322B
(6,50,43)
#062A24
(6,42,36)
#06221D
(6,34,29)
#061A16
(6,26,22)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #066255

#066255
(6,98,85)
#1C7064
(28,112,100)
#327E73
(50,126,115)
#488C82
(72,140,130)
#5E9A91
(94,154,145)
#74A8A0
(116,168,160)
#8AB6AF
(138,182,175)
#A0C4BE
(160,196,190)
#B6D2CD
(182,210,205)
#CCE0DC
(204,224,220)
#E2EEEB
(226,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #066255; }

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

This text font color is #066255.


Background Color

.myBgColor { background-color: #066255; }

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

This div background color is #066255.


Border color

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

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

This div border color is #066255.


Opacity

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

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

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

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

This text has shadow with #066255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #066255 on black background.


Color preview on white background

This text has color #066255 on white background.



Black color preview on #066255 background

This text has black color on #066255 background.


White color preview on #066255 background

This text has white color on #066255 background.