COLOR #6376AA

HEX: #6376AA
RGB: (99,118,170)

Color info

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

RGB color model

#6376AA color RGB value is (99,118,170).

  • red value is 99;
  • green value is 118;
  • blue value is 170.
RGB:
(99,118,170)
(39%,46%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 170 of 255 = 67%

99
118
170

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 170 = 387 (100%)
R 99 of 387 ~ 25.58%
G 118 of 387 ~ 30.49%
B 170 of 387 ~ 43.93%

%25.58
%30.49
%43.93

CMYK color model

#6376AA color CMYK value is (42,31,0,33).

  • cyan value is 41.76%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(42,31,0,33)
C42M31Y0K33 
(42%,31%,0%,33%)
(0.42/0.31/0.00/0.33)	

CMYK percentages

%41.76
%30.59
%0
%33.33

Codes

Color #6376AA in popluar color models

6376AA
RGB99118170
HSL224°29.46%52.75%
HSB/HSV224°41.76%66.67%
CMYK41.76%30.59%0.00%
33.33%

Color #6376AA in popluar number systems.

HEX6376AA
Decimal99118170
Binary1100011111011010101010
Octal143166252

Shades and tints

Shades of #6376AA

#6376AA
(99,118,170)
#5A6C9B
(90,108,155)
#51628C
(81,98,140)
#48587D
(72,88,125)
#3F4E6E
(63,78,110)
#36445F
(54,68,95)
#2D3A50
(45,58,80)
#243041
(36,48,65)
#1B2632
(27,38,50)
#121C23
(18,28,35)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #6376AA

#6376AA
(99,118,170)
#7182B1
(113,130,177)
#7F8EB8
(127,142,184)
#8D9ABF
(141,154,191)
#9BA6C6
(155,166,198)
#A9B2CD
(169,178,205)
#B7BED4
(183,190,212)
#C5CADB
(197,202,219)
#D3D6E2
(211,214,226)
#E1E2E9
(225,226,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6376AA color. Also use rgb(99,118,170) instead hex code.

Text Font Color

.myTextColor { color: #6376AA; }

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

This text font color is #6376AA.


Background Color

.myBgColor { background-color: #6376AA; }

<div style="background-color:#6376AA">Inner text</div>

This div background color is #6376AA.


Border color

.myBorderColor { border: 1px solid #6376AA; }

<div style="border:3px solid #6376AA">Div</div>

This div border color is #6376AA.


Opacity

.myOpacity80 { color: #6376AA; opacity: 0.8; }

<p style="color:#6376AA;opacity:0.8;">80%</p>

Text with #6376AA 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 #6376AA;}

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

This text has shadow with #6376AA color.

.textShadow {text-shadow: 3px 3px 1px #6376AA, 3px 3px 1px red;}

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

This text has shadow with #6376AA primary color and red secondary color.


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

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

This text has shadow with #6376AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6376AA on black background.


Color preview on white background

This text has color #6376AA on white background.



Black color preview on #6376AA background

This text has black color on #6376AA background.


White color preview on #6376AA background

This text has white color on #6376AA background.