COLOR #6376AE

HEX: #6376AE
RGB: (99,118,174)

Color info

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

RGB color model

#6376AE color RGB value is (99,118,174).

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

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 174 of 255 = 68%

99
118
174

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 174 = 391 (100%)
R 99 of 391 ~ 25.32%
G 118 of 391 ~ 30.18%
B 174 of 391 ~ 44.5%

%25.32
%30.18
%44.5

CMYK color model

#6376AE color CMYK value is (43,32,0,32).

  • cyan value is 43.10%
  • magenta value is 32.18%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(43,32,0,32)
C43M32Y0K32 
(43%,32%,0%,32%)
(0.43/0.32/0.00/0.32)	

CMYK percentages

%43.1
%32.18
%0
%31.76

Codes

Color #6376AE in popluar color models

6376AE
RGB99118174
HSL225°31.65%53.53%
HSB/HSV225°43.10%68.24%
CMYK43.10%32.18%0.00%
31.76%

Color #6376AE in popluar number systems.

HEX6376AE
Decimal99118174
Binary1100011111011010101110
Octal143166256

Shades and tints

Shades of #6376AE

#6376AE
(99,118,174)
#5A6C9F
(90,108,159)
#516290
(81,98,144)
#485881
(72,88,129)
#3F4E72
(63,78,114)
#364463
(54,68,99)
#2D3A54
(45,58,84)
#243045
(36,48,69)
#1B2636
(27,38,54)
#121C27
(18,28,39)
#091218
(9,18,24)
#000000
(0,0,0)

Tints of #6376AE

#6376AE
(99,118,174)
#7182B5
(113,130,181)
#7F8EBC
(127,142,188)
#8D9AC3
(141,154,195)
#9BA6CA
(155,166,202)
#A9B2D1
(169,178,209)
#B7BED8
(183,190,216)
#C5CADF
(197,202,223)
#D3D6E6
(211,214,230)
#E1E2ED
(225,226,237)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6376AE; }

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

This text font color is #6376AE.


Background Color

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

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

This div background color is #6376AE.


Border color

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

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

This div border color is #6376AE.


Opacity

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

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

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

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

This text has shadow with #6376AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6376AE on black background.


Color preview on white background

This text has color #6376AE on white background.



Black color preview on #6376AE background

This text has black color on #6376AE background.


White color preview on #6376AE background

This text has white color on #6376AE background.