COLOR #06614B

HEX: #06614B
RGB: (6,97,75)

Color info

#06614B contains mainly green and blue colors. Web safe color of #06614B is #006633 (or #063).

RGB color model

#06614B color RGB value is (6,97,75).

  • red value is 6;
  • green value is 97;
  • blue value is 75.
RGB:
(6,97,75)
(2%,38%,29%)

RGB channels and saturation

R 6 of 255 = 2%
G 97 of 255 = 38%
B 75 of 255 = 29%

6
97
75

R + G + B ~ 23%. #06614B is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 97 + 75 = 178 (100%)
R 6 of 178 ~ 3.37%
G 97 of 178 ~ 54.49%
B 75 of 178 ~ 42.13%

%54.49
%42.13

CMYK color model

#06614B color CMYK value is (94,0,23,62).

  • cyan value is 93.81%
  • magenta value is 0.00%
  • yellow value is 22.68%
  • key color value is 61.96%
CMYK:
(94,0,23,62)
C94M0Y23K62 
(94%,0%,23%,62%)
(0.94/0.00/0.23/0.62)	

CMYK percentages

%93.81
%0
%22.68
%61.96

Codes

Color #06614B in popluar color models

06614B
RGB69775
HSL165°88.35%20.20%
HSB/HSV165°93.81%38.04%
CMYK93.81%0.00%22.68%
61.96%

Color #06614B in popluar number systems.

HEX06614B
Decimal69775
Binary11011000011001011
Octal6141113

Shades and tints

Shades of #06614B

#06614B
(6,97,75)
#065945
(6,89,69)
#06513F
(6,81,63)
#064939
(6,73,57)
#064133
(6,65,51)
#06392D
(6,57,45)
#063127
(6,49,39)
#062921
(6,41,33)
#06211B
(6,33,27)
#061915
(6,25,21)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #06614B

#06614B
(6,97,75)
#1C6F5B
(28,111,91)
#327D6B
(50,125,107)
#488B7B
(72,139,123)
#5E998B
(94,153,139)
#74A79B
(116,167,155)
#8AB5AB
(138,181,171)
#A0C3BB
(160,195,187)
#B6D1CB
(182,209,203)
#CCDFDB
(204,223,219)
#E2EDEB
(226,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06614B color. Also use rgb(6,97,75) instead hex code.

Text Font Color

.myTextColor { color: #06614B; }

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

This text font color is #06614B.


Background Color

.myBgColor { background-color: #06614B; }

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

This div background color is #06614B.


Border color

.myBorderColor { border: 1px solid #06614B; }

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

This div border color is #06614B.


Opacity

.myOpacity80 { color: #06614B; opacity: 0.8; }

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

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

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

This text has shadow with #06614B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06614B on black background.


Color preview on white background

This text has color #06614B on white background.



Black color preview on #06614B background

This text has black color on #06614B background.


White color preview on #06614B background

This text has white color on #06614B background.