COLOR #06565C

HEX: #06565C
RGB: (6,86,92)

Color info

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

RGB color model

#06565C color RGB value is (6,86,92).

  • red value is 6;
  • green value is 86;
  • blue value is 92.
RGB:
(6,86,92)
(2%,34%,36%)

RGB channels and saturation

R 6 of 255 = 2%
G 86 of 255 = 34%
B 92 of 255 = 36%

6
86
92

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

Portions of RGB colors in percentages

R + G + B =
6 + 86 + 92 = 184 (100%)
R 6 of 184 ~ 3.26%
G 86 of 184 ~ 46.74%
B 92 of 184 ~ 50%

%46.74
%50

CMYK color model

#06565C color CMYK value is (93,7,0,64).

  • cyan value is 93.48%
  • magenta value is 6.52%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(93,7,0,64)
C93M7Y0K64 
(93%,7%,0%,64%)
(0.93/0.07/0.00/0.64)	

CMYK percentages

%93.48
%6.52
%0
%63.92

Codes

Color #06565C in popluar color models

06565C
RGB68692
HSL184°87.76%19.22%
HSB/HSV184°93.48%36.08%
CMYK93.48%6.52%0.00%
63.92%

Color #06565C in popluar number systems.

HEX06565C
Decimal68692
Binary11010101101011100
Octal6126134

Shades and tints

Shades of #06565C

#06565C
(6,86,92)
#064F54
(6,79,84)
#06484C
(6,72,76)
#064144
(6,65,68)
#063A3C
(6,58,60)
#063334
(6,51,52)
#062C2C
(6,44,44)
#062524
(6,37,36)
#061E1C
(6,30,28)
#061714
(6,23,20)
#06100C
(6,16,12)
#000000
(0,0,0)

Tints of #06565C

#06565C
(6,86,92)
#1C656A
(28,101,106)
#327478
(50,116,120)
#488386
(72,131,134)
#5E9294
(94,146,148)
#74A1A2
(116,161,162)
#8AB0B0
(138,176,176)
#A0BFBE
(160,191,190)
#B6CECC
(182,206,204)
#CCDDDA
(204,221,218)
#E2ECE8
(226,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06565C color. Also use rgb(6,86,92) instead hex code.

Text Font Color

.myTextColor { color: #06565C; }

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

This text font color is #06565C.


Background Color

.myBgColor { background-color: #06565C; }

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

This div background color is #06565C.


Border color

.myBorderColor { border: 1px solid #06565C; }

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

This div border color is #06565C.


Opacity

.myOpacity80 { color: #06565C; opacity: 0.8; }

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

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

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

This text has shadow with #06565C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06565C on black background.


Color preview on white background

This text has color #06565C on white background.



Black color preview on #06565C background

This text has black color on #06565C background.


White color preview on #06565C background

This text has white color on #06565C background.