COLOR #6479A1

HEX: #6479A1 RGB: (100,121,161)

Color info

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

RGB color model

#6479A1 color RGB value is (100,121,161).

RGB: (100,121,161) (39%, 47%, 63%)

RGB channels and saturation

R 100 of 255 = 39%
G 121 of 255 = 47%
B 161 of 255 = 63%

100
121
161

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

Portions of RGB colors in percentages

R + G + B = 100 + 121 + 161 = 382 (100%)
R 100 of 382 ~ 26.18%
G 121 of 382 ~ 31.68%
B 161 of 382 ~ 42.15'%

%26.18
%31.68
%42.15

CMYK color model

#6479A1 color CMYK value is (38,25,0,37).

  • cyan value is 37.89%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (38,25,0,37)
C38M25Y0K37 (38%, 25%, 0%, 37%)
(0.38 / 0.25 / 0.00 / 0.37)

CMYK percentages

%37.89
%24.84
%0
%36.86

Codes

Color #6479A1 in popluar color models

64 79 A1
RGB 100 121 161
HSL 219° 24.50% 51.18%
HSB/HSV 219° 37.89% 63.14%
CMYK 37.89% 24.84% 0.00%
36.86%

Color #6479A1 in popluar number systems.

HEX 64 79 A1
Decimal 100 121 161
Binary 1100100 1111001 10100001
Octal 144 171 241

Shades and tints

Shades of #6479A1

#6479A1
(100,121,161)
#5B6E93
(91,110,147)
#526385
(82,99,133)
#495877
(73,88,119)
#404D69
(64,77,105)
#37425B
(55,66,91)
#2E374D
(46,55,77)
#252C3F
(37,44,63)
#1C2131
(28,33,49)
#131623
(19,22,35)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #6479A1

#6479A1
(100,121,161)
#7285A9
(114,133,169)
#8091B1
(128,145,177)
#8E9DB9
(142,157,185)
#9CA9C1
(156,169,193)
#AAB5C9
(170,181,201)
#B8C1D1
(184,193,209)
#C6CDD9
(198,205,217)
#D4D9E1
(212,217,225)
#E2E5E9
(226,229,233)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6479A1 color. Also use rgb(100,121,161) instead hex code.

Text Font Color

.myTextColor { color: #6479A1; }

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

This text font color is #6479A1.

Background Color

.myBgColor { background-color: #6479A1; }

<div style="background-color:#6479A1">Inner text</div>

This div background color is #6479A1.

Border color

.myBorderColor { border: 1px solid #6479A1; }

<div style="border:3px solid #6479A1">Div</div>

This div border color is #6479A1.

Opacity

.myOpacity80 { color: #6479A1; opacity: 0.8; }

<p style="color:#6479A1;opacity:0.8;">80%</p>

Text with #6479A1 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 #6479A1;}

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

This text has shadow with #6479A1 color.


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

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

This text has shadow with #6479A1 primary color and red secondary color.


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

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

This text has shadow with #6479A1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6479A1.

Preview

Color preview on black background

This text has color #6479A1 on black background.


Color preview on white background

This text has color #6479A1 on white background.


Black color preview on #6479A1 background

This text has black color on #6479A1 background.


White color preview on #6479A1 background

This text has white color on #6479A1 background.


Related colors

Complementary color

Complementary color for #hex is #9B865E.


I love getcolorcode.com

Triadic colors

1 #A16479 and #79A164 with #6479A1 are triadic colors.

2 #A17964 and #7964A1 with #6479A1 are triadic colors.