COLOR #6180A9

HEX: #6180A9 RGB: (97,128,169)

Color info

#6180A9 contains mainly green and blue colors. Web safe color of #6180A9 is #666699 (or #669).

RGB color model

#6180A9 color RGB value is (97,128,169).

RGB: (97,128,169) (38%, 50%, 66%)

RGB channels and saturation

R 97 of 255 = 38%
G 128 of 255 = 50%
B 169 of 255 = 66%

97
128
169

R + G + B ~ 51%. #6180A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 97 + 128 + 169 = 394 (100%)
R 97 of 394 ~ 24.62%
G 128 of 394 ~ 32.49%
B 169 of 394 ~ 42.89'%

%24.62
%32.49
%42.89

CMYK color model

#6180A9 color CMYK value is (43,24,0,34).

  • cyan value is 42.60%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (43,24,0,34)
C43M24Y0K34 (43%, 24%, 0%, 34%)
(0.43 / 0.24 / 0.00 / 0.34)

CMYK percentages

%42.6
%24.26
%0
%33.73

Codes

Color #6180A9 in popluar color models

61 80 A9
RGB 97 128 169
HSL 214° 29.51% 52.16%
HSB/HSV 214° 42.60% 66.27%
CMYK 42.60% 24.26% 0.00%
33.73%

Color #6180A9 in popluar number systems.

HEX 61 80 A9
Decimal 97 128 169
Binary 1100001 10000000 10101001
Octal 141 200 251

Shades and tints

Shades of #6180A9

#6180A9
(97,128,169)
#59759A
(89,117,154)
#516A8B
(81,106,139)
#495F7C
(73,95,124)
#41546D
(65,84,109)
#39495E
(57,73,94)
#313E4F
(49,62,79)
#293340
(41,51,64)
#212831
(33,40,49)
#191D22
(25,29,34)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #6180A9

#6180A9
(97,128,169)
#6F8BB0
(111,139,176)
#7D96B7
(125,150,183)
#8BA1BE
(139,161,190)
#99ACC5
(153,172,197)
#A7B7CC
(167,183,204)
#B5C2D3
(181,194,211)
#C3CDDA
(195,205,218)
#D1D8E1
(209,216,225)
#DFE3E8
(223,227,232)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6180A9 color. Also use rgb(97,128,169) instead hex code.

Text Font Color

.myTextColor { color: #6180A9; }

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

This text font color is #6180A9.

Background Color

.myBgColor { background-color: #6180A9; }

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

This div background color is #6180A9.

Border color

.myBorderColor { border: 1px solid #6180A9; }

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

This div border color is #6180A9.

Opacity

.myOpacity80 { color: #6180A9; opacity: 0.8; }

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

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

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

This text has shadow with #6180A9 color.


.textShadow {text-shadow: 3px 3px 1px #6180A9', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6180A9; -webkit-box-shadow: 1px 1px 3px 2px #6180A9; box-shadow:1px 1px 3px 2px #6180A9;">
Div content here
</div>

This div box has shadow with color #6180A9.

Preview

Color preview on black background

This text has color #6180A9 on black background.


Color preview on white background

This text has color #6180A9 on white background.


Black color preview on #6180A9 background

This text has black color on #6180A9 background.


White color preview on #6180A9 background

This text has white color on #6180A9 background.


Related colors

Complementary color

Complementary color for #hex is #9E7F56.


I love getcolorcode.com

Triadic colors

1 #A96180 and #80A961 with #6180A9 are triadic colors.

2 #A98061 and #8061A9 with #6180A9 are triadic colors.