COLOR #065E69

HEX: #065E69
RGB: (6,94,105)

Color info

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

RGB color model

#065E69 color RGB value is (6,94,105).

  • red value is 6;
  • green value is 94;
  • blue value is 105.
RGB:
(6,94,105)
(2%,37%,41%)

RGB channels and saturation

R 6 of 255 = 2%
G 94 of 255 = 37%
B 105 of 255 = 41%

6
94
105

R + G + B ~ 27%. #065E69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 94 + 105 = 205 (100%)
R 6 of 205 ~ 2.93%
G 94 of 205 ~ 45.85%
B 105 of 205 ~ 51.22%

%45.85
%51.22

CMYK color model

#065E69 color CMYK value is (94,10,0,59).

  • cyan value is 94.29%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(94,10,0,59)
C94M10Y0K59 
(94%,10%,0%,59%)
(0.94/0.10/0.00/0.59)	

CMYK percentages

%94.29
%10.48
%0
%58.82

Codes

Color #065E69 in popluar color models

065E69
RGB694105
HSL187°89.19%21.76%
HSB/HSV187°94.29%41.18%
CMYK94.29%10.48%0.00%
58.82%

Color #065E69 in popluar number systems.

HEX065E69
Decimal694105
Binary11010111101101001
Octal6136151

Shades and tints

Shades of #065E69

#065E69
(6,94,105)
#065660
(6,86,96)
#064E57
(6,78,87)
#06464E
(6,70,78)
#063E45
(6,62,69)
#06363C
(6,54,60)
#062E33
(6,46,51)
#06262A
(6,38,42)
#061E21
(6,30,33)
#061618
(6,22,24)
#060E0F
(6,14,15)
#000000
(0,0,0)

Tints of #065E69

#065E69
(6,94,105)
#1C6C76
(28,108,118)
#327A83
(50,122,131)
#488890
(72,136,144)
#5E969D
(94,150,157)
#74A4AA
(116,164,170)
#8AB2B7
(138,178,183)
#A0C0C4
(160,192,196)
#B6CED1
(182,206,209)
#CCDCDE
(204,220,222)
#E2EAEB
(226,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065E69 color. Also use rgb(6,94,105) instead hex code.

Text Font Color

.myTextColor { color: #065E69; }

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

This text font color is #065E69.


Background Color

.myBgColor { background-color: #065E69; }

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

This div background color is #065E69.


Border color

.myBorderColor { border: 1px solid #065E69; }

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

This div border color is #065E69.


Opacity

.myOpacity80 { color: #065E69; opacity: 0.8; }

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

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

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

This text has shadow with #065E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065E69 on black background.


Color preview on white background

This text has color #065E69 on white background.



Black color preview on #065E69 background

This text has black color on #065E69 background.


White color preview on #065E69 background

This text has white color on #065E69 background.