COLOR #6182AF

HEX: #6182AF RGB: (97,130,175)

Color info

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

RGB color model

#6182AF color RGB value is (97,130,175).

RGB: (97,130,175) (38%, 51%, 69%)

RGB channels and saturation

R 97 of 255 = 38%
G 130 of 255 = 51%
B 175 of 255 = 69%

97
130
175

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

Portions of RGB colors in percentages

R + G + B = 97 + 130 + 175 = 402 (100%)
R 97 of 402 ~ 24.13%
G 130 of 402 ~ 32.34%
B 175 of 402 ~ 43.53'%

%24.13
%32.34
%43.53

CMYK color model

#6182AF color CMYK value is (45,26,0,31).

  • cyan value is 44.57%
  • magenta value is 25.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (45,26,0,31)
C45M26Y0K31 (45%, 26%, 0%, 31%)
(0.45 / 0.26 / 0.00 / 0.31)

CMYK percentages

%44.57
%25.71
%0
%31.37

Codes

Color #6182AF in popluar color models

61 82 AF
RGB 97 130 175
HSL 215° 32.77% 53.33%
HSB/HSV 215° 44.57% 68.63%
CMYK 44.57% 25.71% 0.00%
31.37%

Color #6182AF in popluar number systems.

HEX 61 82 AF
Decimal 97 130 175
Binary 1100001 10000010 10101111
Octal 141 202 257

Shades and tints

Shades of #6182AF

#6182AF
(97,130,175)
#5977A0
(89,119,160)
#516C91
(81,108,145)
#496182
(73,97,130)
#415673
(65,86,115)
#394B64
(57,75,100)
#314055
(49,64,85)
#293546
(41,53,70)
#212A37
(33,42,55)
#191F28
(25,31,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #6182AF

#6182AF
(97,130,175)
#6F8DB6
(111,141,182)
#7D98BD
(125,152,189)
#8BA3C4
(139,163,196)
#99AECB
(153,174,203)
#A7B9D2
(167,185,210)
#B5C4D9
(181,196,217)
#C3CFE0
(195,207,224)
#D1DAE7
(209,218,231)
#DFE5EE
(223,229,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6182AF color. Also use rgb(97,130,175) instead hex code.

Text Font Color

.myTextColor { color: #6182AF; }

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

This text font color is #6182AF.

Background Color

.myBgColor { background-color: #6182AF; }

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

This div background color is #6182AF.

Border color

.myBorderColor { border: 1px solid #6182AF; }

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

This div border color is #6182AF.

Opacity

.myOpacity80 { color: #6182AF; opacity: 0.8; }

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

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

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

This text has shadow with #6182AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6182AF.

Preview

Color preview on black background

This text has color #6182AF on black background.


Color preview on white background

This text has color #6182AF on white background.


Black color preview on #6182AF background

This text has black color on #6182AF background.


White color preview on #6182AF background

This text has white color on #6182AF background.


Related colors

Complementary color

Complementary color for #hex is #9E7D50.


I love getcolorcode.com

Triadic colors

1 #AF6182 and #82AF61 with #6182AF are triadic colors.

2 #AF8261 and #8261AF with #6182AF are triadic colors.