COLOR #065D6C

HEX: #065D6C
RGB: (6,93,108)

Color info

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

RGB color model

#065D6C color RGB value is (6,93,108).

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

RGB channels and saturation

R 6 of 255 = 2%
G 93 of 255 = 36%
B 108 of 255 = 42%

6
93
108

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

Portions of RGB colors in percentages

R + G + B =
6 + 93 + 108 = 207 (100%)
R 6 of 207 ~ 2.9%
G 93 of 207 ~ 44.93%
B 108 of 207 ~ 52.17%

%44.93
%52.17

CMYK color model

#065D6C color CMYK value is (94,14,0,58).

  • cyan value is 94.44%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(94,14,0,58)
C94M14Y0K58 
(94%,14%,0%,58%)
(0.94/0.14/0.00/0.58)	

CMYK percentages

%94.44
%13.89
%0
%57.65

Codes

Color #065D6C in popluar color models

065D6C
RGB693108
HSL189°89.47%22.35%
HSB/HSV189°94.44%42.35%
CMYK94.44%13.89%0.00%
57.65%

Color #065D6C in popluar number systems.

HEX065D6C
Decimal693108
Binary11010111011101100
Octal6135154

Shades and tints

Shades of #065D6C

#065D6C
(6,93,108)
#065563
(6,85,99)
#064D5A
(6,77,90)
#064551
(6,69,81)
#063D48
(6,61,72)
#06353F
(6,53,63)
#062D36
(6,45,54)
#06252D
(6,37,45)
#061D24
(6,29,36)
#06151B
(6,21,27)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #065D6C

#065D6C
(6,93,108)
#1C6B79
(28,107,121)
#327986
(50,121,134)
#488793
(72,135,147)
#5E95A0
(94,149,160)
#74A3AD
(116,163,173)
#8AB1BA
(138,177,186)
#A0BFC7
(160,191,199)
#B6CDD4
(182,205,212)
#CCDBE1
(204,219,225)
#E2E9EE
(226,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065D6C color. Also use rgb(6,93,108) instead hex code.

Text Font Color

.myTextColor { color: #065D6C; }

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

This text font color is #065D6C.


Background Color

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

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

This div background color is #065D6C.


Border color

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

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

This div border color is #065D6C.


Opacity

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

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

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

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

This text has shadow with #065D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065D6C on black background.


Color preview on white background

This text has color #065D6C on white background.



Black color preview on #065D6C background

This text has black color on #065D6C background.


White color preview on #065D6C background

This text has white color on #065D6C background.