COLOR #6392AD

HEX: #6392AD RGB: (99,146,173)

Color info

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

RGB color model

#6392AD color RGB value is (99,146,173).

RGB: (99,146,173) (39%, 57%, 68%)

RGB channels and saturation

R 99 of 255 = 39%
G 146 of 255 = 57%
B 173 of 255 = 68%

99
146
173

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

Portions of RGB colors in percentages

R + G + B = 99 + 146 + 173 = 418 (100%)
R 99 of 418 ~ 23.68%
G 146 of 418 ~ 34.93%
B 173 of 418 ~ 41.39'%

%23.68
%34.93
%41.39

CMYK color model

#6392AD color CMYK value is (43,16,0,32).

  • cyan value is 42.77%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (43,16,0,32) C43M16Y0K32 (43%,16%,0%,32%) (0.43/0.16/0.00/0.32) 

CMYK percentages

%42.77
%15.61
%0
%32.16

Codes

Color #6392AD in popluar color models

63 92 AD
RGB 99 146 173
HSL 202° 31.09% 53.33%
HSB/HSV 202° 42.77% 67.84%
CMYK 42.77% 15.61% 0.00%
32.16%

Color #6392AD in popluar number systems.

HEX 63 92 AD
Decimal 99 146 173
Binary 1100011 10010010 10101101
Octal 143 222 255

Shades and tints

Shades of #6392AD

#6392AD
(99,146,173)
#5A859E
(90,133,158)
#51788F
(81,120,143)
#486B80
(72,107,128)
#3F5E71
(63,94,113)
#365162
(54,81,98)
#2D4453
(45,68,83)
#243744
(36,55,68)
#1B2A35
(27,42,53)
#121D26
(18,29,38)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #6392AD

#6392AD
(99,146,173)
#719BB4
(113,155,180)
#7FA4BB
(127,164,187)
#8DADC2
(141,173,194)
#9BB6C9
(155,182,201)
#A9BFD0
(169,191,208)
#B7C8D7
(183,200,215)
#C5D1DE
(197,209,222)
#D3DAE5
(211,218,229)
#E1E3EC
(225,227,236)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6392AD; }

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

This text font color is #6392AD.

Background Color

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

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

This div background color is #6392AD.

Border color

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

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

This div border color is #6392AD.

Opacity

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

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

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

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

This text has shadow with #6392AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6392AD.

Preview

Color preview on black background

This text has color #6392AD on black background.


Color preview on white background

This text has color #6392AD on white background.


Black color preview on #6392AD background

This text has black color on #6392AD background.


White color preview on #6392AD background

This text has white color on #6392AD background.


Related colors

Complementary color

Complementary color for #hex is #9C6D52.


I love getcolorcode.com

Triadic colors

1 #AD6392 and #92AD63 with #6392AD are triadic colors.

2 #AD9263 and #9263AD with #6392AD are triadic colors.