COLOR #6371AE

HEX: #6371AE
RGB: (99,113,174)

Color info

#6371AE contains mainly blue color. Web safe color of #6371AE is #666699 (or #669).

RGB color model

#6371AE color RGB value is (99,113,174).

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

RGB channels and saturation

R 99 of 255 = 39%
G 113 of 255 = 44%
B 174 of 255 = 68%

99
113
174

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

Portions of RGB colors in percentages

R + G + B =
99 + 113 + 174 = 386 (100%)
R 99 of 386 ~ 25.65%
G 113 of 386 ~ 29.27%
B 174 of 386 ~ 45.08%

%25.65
%29.27
%45.08

CMYK color model

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

  • cyan value is 43.10%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(43,35,0,32)
C43M35Y0K32 
(43%,35%,0%,32%)
(0.43/0.35/0.00/0.32)	

CMYK percentages

%43.1
%35.06
%0
%31.76

Codes

Color #6371AE in popluar color models

6371AE
RGB99113174
HSL229°31.65%53.53%
HSB/HSV229°43.10%68.24%
CMYK43.10%35.06%0.00%
31.76%

Color #6371AE in popluar number systems.

HEX6371AE
Decimal99113174
Binary1100011111000110101110
Octal143161256

Shades and tints

Shades of #6371AE

#6371AE
(99,113,174)
#5A679F
(90,103,159)
#515D90
(81,93,144)
#485381
(72,83,129)
#3F4972
(63,73,114)
#363F63
(54,63,99)
#2D3554
(45,53,84)
#242B45
(36,43,69)
#1B2136
(27,33,54)
#121727
(18,23,39)
#090D18
(9,13,24)
#000000
(0,0,0)

Tints of #6371AE

#6371AE
(99,113,174)
#717DB5
(113,125,181)
#7F89BC
(127,137,188)
#8D95C3
(141,149,195)
#9BA1CA
(155,161,202)
#A9ADD1
(169,173,209)
#B7B9D8
(183,185,216)
#C5C5DF
(197,197,223)
#D3D1E6
(211,209,230)
#E1DDED
(225,221,237)
#EFE9F4
(239,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6371AE; }

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

This text font color is #6371AE.


Background Color

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

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

This div background color is #6371AE.


Border color

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

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

This div border color is #6371AE.


Opacity

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

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

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

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

This text has shadow with #6371AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6371AE on black background.


Color preview on white background

This text has color #6371AE on white background.



Black color preview on #6371AE background

This text has black color on #6371AE background.


White color preview on #6371AE background

This text has white color on #6371AE background.