COLOR #6377AF

HEX: #6377AF RGB: (99,119,175)

Color info

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

RGB color model

#6377AF color RGB value is (99,119,175).

RGB: (99,119,175) (39%, 47%, 69%)

RGB channels and saturation

R 99 of 255 = 39%
G 119 of 255 = 47%
B 175 of 255 = 69%

99
119
175

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

Portions of RGB colors in percentages

R + G + B = 99 + 119 + 175 = 393 (100%)
R 99 of 393 ~ 25.19%
G 119 of 393 ~ 30.28%
B 175 of 393 ~ 44.53'%

%25.19
%30.28
%44.53

CMYK color model

#6377AF color CMYK value is (43,32,0,31).

  • cyan value is 43.43%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (43,32,0,31) C43M32Y0K31 (43%,32%,0%,31%) (0.43/0.32/0.00/0.31) 

CMYK percentages

%43.43
%32
%0
%31.37

Codes

Color #6377AF in popluar color models

63 77 AF
RGB 99 119 175
HSL 224° 32.20% 53.73%
HSB/HSV 224° 43.43% 68.63%
CMYK 43.43% 32.00% 0.00%
31.37%

Color #6377AF in popluar number systems.

HEX 63 77 AF
Decimal 99 119 175
Binary 1100011 1110111 10101111
Octal 143 167 257

Shades and tints

Shades of #6377AF

#6377AF
(99,119,175)
#5A6DA0
(90,109,160)
#516391
(81,99,145)
#485982
(72,89,130)
#3F4F73
(63,79,115)
#364564
(54,69,100)
#2D3B55
(45,59,85)
#243146
(36,49,70)
#1B2737
(27,39,55)
#121D28
(18,29,40)
#091319
(9,19,25)
#000000
(0,0,0)

Tints of #6377AF

#6377AF
(99,119,175)
#7183B6
(113,131,182)
#7F8FBD
(127,143,189)
#8D9BC4
(141,155,196)
#9BA7CB
(155,167,203)
#A9B3D2
(169,179,210)
#B7BFD9
(183,191,217)
#C5CBE0
(197,203,224)
#D3D7E7
(211,215,231)
#E1E3EE
(225,227,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6377AF color. Also use rgb(99,119,175) instead hex code.

Text Font Color

.myTextColor { color: #6377AF; }

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

This text font color is #6377AF.

Background Color

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

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

This div background color is #6377AF.

Border color

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

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

This div border color is #6377AF.

Opacity

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

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

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

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

This text has shadow with #6377AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6377AF.

Preview

Color preview on black background

This text has color #6377AF on black background.


Color preview on white background

This text has color #6377AF on white background.


Black color preview on #6377AF background

This text has black color on #6377AF background.


White color preview on #6377AF background

This text has white color on #6377AF background.


Related colors

Complementary color

Complementary color for #hex is #9C8850.


I love getcolorcode.com

Triadic colors

1 #AF6377 and #77AF63 with #6377AF are triadic colors.

2 #AF7763 and #7763AF with #6377AF are triadic colors.