COLOR #6476A2

HEX: #6476A2
RGB: (100,118,162)

Color info

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

RGB color model

#6476A2 color RGB value is (100,118,162).

  • red value is 100;
  • green value is 118;
  • blue value is 162.
RGB:
(100,118,162)
(39%,46%,64%)

RGB channels and saturation

R 100 of 255 = 39%
G 118 of 255 = 46%
B 162 of 255 = 64%

100
118
162

R + G + B ~ 50%. #6476A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 118 + 162 = 380 (100%)
R 100 of 380 ~ 26.32%
G 118 of 380 ~ 31.05%
B 162 of 380 ~ 42.63%

%26.32
%31.05
%42.63

CMYK color model

#6476A2 color CMYK value is (38,27,0,36).

  • cyan value is 38.27%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(38,27,0,36)
C38M27Y0K36 
(38%,27%,0%,36%)
(0.38/0.27/0.00/0.36)	

CMYK percentages

%38.27
%27.16
%0
%36.47

Codes

Color #6476A2 in popluar color models

6476A2
RGB100118162
HSL223°25.00%51.37%
HSB/HSV223°38.27%63.53%
CMYK38.27%27.16%0.00%
36.47%

Color #6476A2 in popluar number systems.

HEX6476A2
Decimal100118162
Binary1100100111011010100010
Octal144166242

Shades and tints

Shades of #6476A2

#6476A2
(100,118,162)
#5B6C94
(91,108,148)
#526286
(82,98,134)
#495878
(73,88,120)
#404E6A
(64,78,106)
#37445C
(55,68,92)
#2E3A4E
(46,58,78)
#253040
(37,48,64)
#1C2632
(28,38,50)
#131C24
(19,28,36)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #6476A2

#6476A2
(100,118,162)
#7282AA
(114,130,170)
#808EB2
(128,142,178)
#8E9ABA
(142,154,186)
#9CA6C2
(156,166,194)
#AAB2CA
(170,178,202)
#B8BED2
(184,190,210)
#C6CADA
(198,202,218)
#D4D6E2
(212,214,226)
#E2E2EA
(226,226,234)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6476A2 color. Also use rgb(100,118,162) instead hex code.

Text Font Color

.myTextColor { color: #6476A2; }

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

This text font color is #6476A2.


Background Color

.myBgColor { background-color: #6476A2; }

<div style="background-color:#6476A2">Inner text</div>

This div background color is #6476A2.


Border color

.myBorderColor { border: 1px solid #6476A2; }

<div style="border:3px solid #6476A2">Div</div>

This div border color is #6476A2.


Opacity

.myOpacity80 { color: #6476A2; opacity: 0.8; }

<p style="color:#6476A2;opacity:0.8;">80%</p>

Text with #6476A2 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 #6476A2;}

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

This text has shadow with #6476A2 color.

.textShadow {text-shadow: 3px 3px 1px #6476A2, 3px 3px 1px red;}

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

This text has shadow with #6476A2 primary color and red secondary color.


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

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

This text has shadow with #6476A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6476A2 on black background.


Color preview on white background

This text has color #6476A2 on white background.



Black color preview on #6476A2 background

This text has black color on #6476A2 background.


White color preview on #6476A2 background

This text has white color on #6476A2 background.