COLOR #6374AE

HEX: #6374AE RGB: (99,116,174)

Color info

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

RGB color model

#6374AE color RGB value is (99,116,174).

RGB: (99,116,174) (39%, 45%, 68%)

RGB channels and saturation

R 99 of 255 = 39%
G 116 of 255 = 45%
B 174 of 255 = 68%

99
116
174

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

Portions of RGB colors in percentages

R + G + B = 99 + 116 + 174 = 389 (100%)
R 99 of 389 ~ 25.45%
G 116 of 389 ~ 29.82%
B 174 of 389 ~ 44.73'%

%25.45
%29.82
%44.73

CMYK color model

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

  • cyan value is 43.10%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (43,33,0,32)
C43M33Y0K32 (43%, 33%, 0%, 32%)
(0.43 / 0.33 / 0.00 / 0.32)

CMYK percentages

%43.1
%33.33
%0
%31.76

Codes

Color #6374AE in popluar color models

63 74 AE
RGB 99 116 174
HSL 226° 31.65% 53.53%
HSB/HSV 226° 43.10% 68.24%
CMYK 43.10% 33.33% 0.00%
31.76%

Color #6374AE in popluar number systems.

HEX 63 74 AE
Decimal 99 116 174
Binary 1100011 1110100 10101110
Octal 143 164 256

Shades and tints

Shades of #6374AE

#6374AE
(99,116,174)
#5A6A9F
(90,106,159)
#516090
(81,96,144)
#485681
(72,86,129)
#3F4C72
(63,76,114)
#364263
(54,66,99)
#2D3854
(45,56,84)
#242E45
(36,46,69)
#1B2436
(27,36,54)
#121A27
(18,26,39)
#091018
(9,16,24)
#000000
(0,0,0)

Tints of #6374AE

#6374AE
(99,116,174)
#7180B5
(113,128,181)
#7F8CBC
(127,140,188)
#8D98C3
(141,152,195)
#9BA4CA
(155,164,202)
#A9B0D1
(169,176,209)
#B7BCD8
(183,188,216)
#C5C8DF
(197,200,223)
#D3D4E6
(211,212,230)
#E1E0ED
(225,224,237)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6374AE; }

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

This text font color is #6374AE.

Background Color

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

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

This div background color is #6374AE.

Border color

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

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

This div border color is #6374AE.

Opacity

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

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

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

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

This text has shadow with #6374AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6374AE.

Preview

Color preview on black background

This text has color #6374AE on black background.


Color preview on white background

This text has color #6374AE on white background.


Black color preview on #6374AE background

This text has black color on #6374AE background.


White color preview on #6374AE background

This text has white color on #6374AE background.


Related colors

Complementary color

Complementary color for #hex is #9C8B51.


I love getcolorcode.com

Triadic colors

1 #AE6374 and #74AE63 with #6374AE are triadic colors.

2 #AE7463 and #7463AE with #6374AE are triadic colors.