COLOR #6592AD

HEX: #6592AD RGB: (101,146,173)

Color info

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

RGB color model

#6592AD color RGB value is (101,146,173).

RGB: (101,146,173) (40%, 57%, 68%)

RGB channels and saturation

R 101 of 255 = 40%
G 146 of 255 = 57%
B 173 of 255 = 68%

101
146
173

R + G + B ~ 55%. #6592AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 146 + 173 = 420 (100%)
R 101 of 420 ~ 24.05%
G 146 of 420 ~ 34.76%
B 173 of 420 ~ 41.19'%

%24.05
%34.76
%41.19

CMYK color model

#6592AD color CMYK value is (42,16,0,32).

  • cyan value is 41.62%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (42,16,0,32)
C42M16Y0K32 (42%, 16%, 0%, 32%)
(0.42 / 0.16 / 0.00 / 0.32)

CMYK percentages

%41.62
%15.61
%0
%32.16

Codes

Color #6592AD in popluar color models

65 92 AD
RGB 101 146 173
HSL 203° 30.51% 53.73%
HSB/HSV 203° 41.62% 67.84%
CMYK 41.62% 15.61% 0.00%
32.16%

Color #6592AD in popluar number systems.

HEX 65 92 AD
Decimal 101 146 173
Binary 1100101 10010010 10101101
Octal 145 222 255

Shades and tints

Shades of #6592AD

#6592AD
(101,146,173)
#5C859E
(92,133,158)
#53788F
(83,120,143)
#4A6B80
(74,107,128)
#415E71
(65,94,113)
#385162
(56,81,98)
#2F4453
(47,68,83)
#263744
(38,55,68)
#1D2A35
(29,42,53)
#141D26
(20,29,38)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #6592AD

#6592AD
(101,146,173)
#739BB4
(115,155,180)
#81A4BB
(129,164,187)
#8FADC2
(143,173,194)
#9DB6C9
(157,182,201)
#ABBFD0
(171,191,208)
#B9C8D7
(185,200,215)
#C7D1DE
(199,209,222)
#D5DAE5
(213,218,229)
#E3E3EC
(227,227,236)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6592AD color. Also use rgb(101,146,173) instead hex code.

Text Font Color

.myTextColor { color: #6592AD; }

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

This text font color is #6592AD.

Background Color

.myBgColor { background-color: #6592AD; }

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

This div background color is #6592AD.

Border color

.myBorderColor { border: 1px solid #6592AD; }

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

This div border color is #6592AD.

Opacity

.myOpacity80 { color: #6592AD; opacity: 0.8; }

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

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

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

This text has shadow with #6592AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6592AD.

Preview

Color preview on black background

This text has color #6592AD on black background.


Color preview on white background

This text has color #6592AD on white background.


Black color preview on #6592AD background

This text has black color on #6592AD background.


White color preview on #6592AD background

This text has white color on #6592AD background.


Related colors

Complementary color

Complementary color for #hex is #9A6D52.


I love getcolorcode.com

Triadic colors

1 #AD6592 and #92AD65 with #6592AD are triadic colors.

2 #AD9265 and #9265AD with #6592AD are triadic colors.