COLOR #006187

HEX: #006187
RGB: (0,97,135)

Color info

#006187 contains only green and blue colors. Web safe color of #006187 is #006699 (or #069).

RGB color model

#006187 color RGB value is (0,97,135).

  • red value is 0;
  • green value is 97;
  • blue value is 135.
RGB:
(0,97,135)
(0%,38%,53%)

RGB channels and saturation

R 0 of 255 = 0%
G 97 of 255 = 38%
B 135 of 255 = 53%

0
97
135

R + G + B ~ 30%. #006187 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 97 + 135 = 232 (100%)
R 0 of 232 ~ 0%
G 97 of 232 ~ 41.81%
B 135 of 232 ~ 58.19%

%41.81
%58.19

CMYK color model

#006187 color CMYK value is (100,28,0,47).

  • cyan value is 100.00%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(100,28,0,47)
C100M28Y0K47 
(100%,28%,0%,47%)
(1.00/0.28/0.00/0.47)	

CMYK percentages

%100
%28.15
%0
%47.06

Codes

Color #006187 in popluar color models

006187
RGB097135
HSL197°100.00%26.47%
HSB/HSV197°100.00%52.94%
CMYK100.00%28.15%0.00%
47.06%

Color #006187 in popluar number systems.

HEX006187
Decimal097135
Binary0110000110000111
Octal0141207

Shades and tints

Shades of #006187

#006187
(0,97,135)
#00597B
(0,89,123)
#00516F
(0,81,111)
#004963
(0,73,99)
#004157
(0,65,87)
#00394B
(0,57,75)
#00313F
(0,49,63)
#002933
(0,41,51)
#002127
(0,33,39)
#00191B
(0,25,27)
#00110F
(0,17,15)
#000000
(0,0,0)

Tints of #006187

#006187
(0,97,135)
#176F91
(23,111,145)
#2E7D9B
(46,125,155)
#458BA5
(69,139,165)
#5C99AF
(92,153,175)
#73A7B9
(115,167,185)
#8AB5C3
(138,181,195)
#A1C3CD
(161,195,205)
#B8D1D7
(184,209,215)
#CFDFE1
(207,223,225)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #006187 color. Also use rgb(0,97,135) instead hex code.

Text Font Color

.myTextColor { color: #006187; }

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

This text font color is #006187.


Background Color

.myBgColor { background-color: #006187; }

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

This div background color is #006187.


Border color

.myBorderColor { border: 1px solid #006187; }

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

This div border color is #006187.


Opacity

.myOpacity80 { color: #006187; opacity: 0.8; }

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

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

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

This text has shadow with #006187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #006187 on black background.


Color preview on white background

This text has color #006187 on white background.



Black color preview on #006187 background

This text has black color on #006187 background.


White color preview on #006187 background

This text has white color on #006187 background.