COLOR #6187AE

HEX: #6187AE
RGB: (97,135,174)

Color info

#6187AE contains mainly green and blue colors. Web safe color of #6187AE is #669999 (or #699).

RGB color model

#6187AE color RGB value is (97,135,174).

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

RGB channels and saturation

R 97 of 255 = 38%
G 135 of 255 = 53%
B 174 of 255 = 68%

97
135
174

R + G + B ~ 53%. #6187AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 135 + 174 = 406 (100%)
R 97 of 406 ~ 23.89%
G 135 of 406 ~ 33.25%
B 174 of 406 ~ 42.86%

%23.89
%33.25
%42.86

CMYK color model

#6187AE color CMYK value is (44,22,0,32).

  • cyan value is 44.25%
  • magenta value is 22.41%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(44,22,0,32)
C44M22Y0K32 
(44%,22%,0%,32%)
(0.44/0.22/0.00/0.32)	

CMYK percentages

%44.25
%22.41
%0
%31.76

Codes

Color #6187AE in popluar color models

6187AE
RGB97135174
HSL210°32.22%53.14%
HSB/HSV210°44.25%68.24%
CMYK44.25%22.41%0.00%
31.76%

Color #6187AE in popluar number systems.

HEX6187AE
Decimal97135174
Binary11000011000011110101110
Octal141207256

Shades and tints

Shades of #6187AE

#6187AE
(97,135,174)
#597B9F
(89,123,159)
#516F90
(81,111,144)
#496381
(73,99,129)
#415772
(65,87,114)
#394B63
(57,75,99)
#313F54
(49,63,84)
#293345
(41,51,69)
#212736
(33,39,54)
#191B27
(25,27,39)
#110F18
(17,15,24)
#000000
(0,0,0)

Tints of #6187AE

#6187AE
(97,135,174)
#6F91B5
(111,145,181)
#7D9BBC
(125,155,188)
#8BA5C3
(139,165,195)
#99AFCA
(153,175,202)
#A7B9D1
(167,185,209)
#B5C3D8
(181,195,216)
#C3CDDF
(195,205,223)
#D1D7E6
(209,215,230)
#DFE1ED
(223,225,237)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6187AE; }

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

This text font color is #6187AE.


Background Color

.myBgColor { background-color: #6187AE; }

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

This div background color is #6187AE.


Border color

.myBorderColor { border: 1px solid #6187AE; }

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

This div border color is #6187AE.


Opacity

.myOpacity80 { color: #6187AE; opacity: 0.8; }

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

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

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

This text has shadow with #6187AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6187AE on black background.


Color preview on white background

This text has color #6187AE on white background.



Black color preview on #6187AE background

This text has black color on #6187AE background.


White color preview on #6187AE background

This text has white color on #6187AE background.