COLOR #06585F

HEX: #06585F
RGB: (6,88,95)

Color info

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

RGB color model

#06585F color RGB value is (6,88,95).

  • red value is 6;
  • green value is 88;
  • blue value is 95.
RGB:
(6,88,95)
(2%,35%,37%)

RGB channels and saturation

R 6 of 255 = 2%
G 88 of 255 = 35%
B 95 of 255 = 37%

6
88
95

R + G + B ~ 25%. #06585F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 88 + 95 = 189 (100%)
R 6 of 189 ~ 3.17%
G 88 of 189 ~ 46.56%
B 95 of 189 ~ 50.26%

%46.56
%50.26

CMYK color model

#06585F color CMYK value is (94,7,0,63).

  • cyan value is 93.68%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(94,7,0,63)
C94M7Y0K63 
(94%,7%,0%,63%)
(0.94/0.07/0.00/0.63)	

CMYK percentages

%93.68
%7.37
%0
%62.75

Codes

Color #06585F in popluar color models

06585F
RGB68895
HSL185°88.12%19.80%
HSB/HSV185°93.68%37.25%
CMYK93.68%7.37%0.00%
62.75%

Color #06585F in popluar number systems.

HEX06585F
Decimal68895
Binary11010110001011111
Octal6130137

Shades and tints

Shades of #06585F

#06585F
(6,88,95)
#065057
(6,80,87)
#06484F
(6,72,79)
#064047
(6,64,71)
#06383F
(6,56,63)
#063037
(6,48,55)
#06282F
(6,40,47)
#062027
(6,32,39)
#06181F
(6,24,31)
#061017
(6,16,23)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #06585F

#06585F
(6,88,95)
#1C676D
(28,103,109)
#32767B
(50,118,123)
#488589
(72,133,137)
#5E9497
(94,148,151)
#74A3A5
(116,163,165)
#8AB2B3
(138,178,179)
#A0C1C1
(160,193,193)
#B6D0CF
(182,208,207)
#CCDFDD
(204,223,221)
#E2EEEB
(226,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06585F color. Also use rgb(6,88,95) instead hex code.

Text Font Color

.myTextColor { color: #06585F; }

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

This text font color is #06585F.


Background Color

.myBgColor { background-color: #06585F; }

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

This div background color is #06585F.


Border color

.myBorderColor { border: 1px solid #06585F; }

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

This div border color is #06585F.


Opacity

.myOpacity80 { color: #06585F; opacity: 0.8; }

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

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

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

This text has shadow with #06585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06585F on black background.


Color preview on white background

This text has color #06585F on white background.



Black color preview on #06585F background

This text has black color on #06585F background.


White color preview on #06585F background

This text has white color on #06585F background.