COLOR #6277AC

HEX: #6277AC
RGB: (98,119,172)

Color info

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

RGB color model

#6277AC color RGB value is (98,119,172).

  • red value is 98;
  • green value is 119;
  • blue value is 172.
RGB:
(98,119,172)
(38%,47%,67%)

RGB channels and saturation

R 98 of 255 = 38%
G 119 of 255 = 47%
B 172 of 255 = 67%

98
119
172

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

Portions of RGB colors in percentages

R + G + B =
98 + 119 + 172 = 389 (100%)
R 98 of 389 ~ 25.19%
G 119 of 389 ~ 30.59%
B 172 of 389 ~ 44.22%

%25.19
%30.59
%44.22

CMYK color model

#6277AC color CMYK value is (43,31,0,33).

  • cyan value is 43.02%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(43,31,0,33)
C43M31Y0K33 
(43%,31%,0%,33%)
(0.43/0.31/0.00/0.33)	

CMYK percentages

%43.02
%30.81
%0
%32.55

Codes

Color #6277AC in popluar color models

6277AC
RGB98119172
HSL223°30.83%52.94%
HSB/HSV223°43.02%67.45%
CMYK43.02%30.81%0.00%
32.55%

Color #6277AC in popluar number systems.

HEX6277AC
Decimal98119172
Binary1100010111011110101100
Octal142167254

Shades and tints

Shades of #6277AC

#6277AC
(98,119,172)
#5A6D9D
(90,109,157)
#52638E
(82,99,142)
#4A597F
(74,89,127)
#424F70
(66,79,112)
#3A4561
(58,69,97)
#323B52
(50,59,82)
#2A3143
(42,49,67)
#222734
(34,39,52)
#1A1D25
(26,29,37)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #6277AC

#6277AC
(98,119,172)
#7083B3
(112,131,179)
#7E8FBA
(126,143,186)
#8C9BC1
(140,155,193)
#9AA7C8
(154,167,200)
#A8B3CF
(168,179,207)
#B6BFD6
(182,191,214)
#C4CBDD
(196,203,221)
#D2D7E4
(210,215,228)
#E0E3EB
(224,227,235)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6277AC color. Also use rgb(98,119,172) instead hex code.

Text Font Color

.myTextColor { color: #6277AC; }

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

This text font color is #6277AC.


Background Color

.myBgColor { background-color: #6277AC; }

<div style="background-color:#6277AC">Inner text</div>

This div background color is #6277AC.


Border color

.myBorderColor { border: 1px solid #6277AC; }

<div style="border:3px solid #6277AC">Div</div>

This div border color is #6277AC.


Opacity

.myOpacity80 { color: #6277AC; opacity: 0.8; }

<p style="color:#6277AC;opacity:0.8;">80%</p>

Text with #6277AC 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 #6277AC;}

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

This text has shadow with #6277AC color.

.textShadow {text-shadow: 3px 3px 1px #6277AC, 3px 3px 1px red;}

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

This text has shadow with #6277AC primary color and red secondary color.


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

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

This text has shadow with #6277AC and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6277AC;
-webkit-box-shadow: 1px 1px 3px 2px #6277AC;
box-shadow:1px 1px 3px 2px #6277AC;">
Div content here</div>
This div box has shadow with color #6277AC.

Preview

Color preview on black background

This text has color #6277AC on black background.


Color preview on white background

This text has color #6277AC on white background.



Black color preview on #6277AC background

This text has black color on #6277AC background.


White color preview on #6277AC background

This text has white color on #6277AC background.