COLOR #6779AF

HEX: #6779AF RGB: (103,121,175)

Color info

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

RGB color model

#6779AF color RGB value is (103,121,175).

RGB: (103,121,175) (40%, 47%, 69%)

RGB channels and saturation

R 103 of 255 = 40%
G 121 of 255 = 47%
B 175 of 255 = 69%

103
121
175

R + G + B ~ 52%. #6779AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 121 + 175 = 399 (100%)
R 103 of 399 ~ 25.81%
G 121 of 399 ~ 30.33%
B 175 of 399 ~ 43.86'%

%25.81
%30.33
%43.86

CMYK color model

#6779AF color CMYK value is (41,31,0,31).

  • cyan value is 41.14%
  • magenta value is 30.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (41,31,0,31)
C41M31Y0K31 (41%, 31%, 0%, 31%)
(0.41 / 0.31 / 0.00 / 0.31)

CMYK percentages

%41.14
%30.86
%0
%31.37

Codes

Color #6779AF in popluar color models

67 79 AF
RGB 103 121 175
HSL 225° 31.03% 54.51%
HSB/HSV 225° 41.14% 68.63%
CMYK 41.14% 30.86% 0.00%
31.37%

Color #6779AF in popluar number systems.

HEX 67 79 AF
Decimal 103 121 175
Binary 1100111 1111001 10101111
Octal 147 171 257

Shades and tints

Shades of #6779AF

#6779AF
(103,121,175)
#5E6EA0
(94,110,160)
#556391
(85,99,145)
#4C5882
(76,88,130)
#434D73
(67,77,115)
#3A4264
(58,66,100)
#313755
(49,55,85)
#282C46
(40,44,70)
#1F2137
(31,33,55)
#161628
(22,22,40)
#0D0B19
(13,11,25)
#000000
(0,0,0)

Tints of #6779AF

#6779AF
(103,121,175)
#7485B6
(116,133,182)
#8191BD
(129,145,189)
#8E9DC4
(142,157,196)
#9BA9CB
(155,169,203)
#A8B5D2
(168,181,210)
#B5C1D9
(181,193,217)
#C2CDE0
(194,205,224)
#CFD9E7
(207,217,231)
#DCE5EE
(220,229,238)
#E9F1F5
(233,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6779AF color. Also use rgb(103,121,175) instead hex code.

Text Font Color

.myTextColor { color: #6779AF; }

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

This text font color is #6779AF.

Background Color

.myBgColor { background-color: #6779AF; }

<div style="background-color:#6779AF">Inner text</div>

This div background color is #6779AF.

Border color

.myBorderColor { border: 1px solid #6779AF; }

<div style="border:3px solid #6779AF">Div</div>

This div border color is #6779AF.

Opacity

.myOpacity80 { color: #6779AF; opacity: 0.8; }

<p style="color:#6779AF;opacity:0.8;">80%</p>

Text with #6779AF 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 #6779AF;}

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

This text has shadow with #6779AF color.


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

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

This text has shadow with #6779AF primary color and red secondary color.


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

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

This text has shadow with #6779AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6779AF.

Preview

Color preview on black background

This text has color #6779AF on black background.


Color preview on white background

This text has color #6779AF on white background.


Black color preview on #6779AF background

This text has black color on #6779AF background.


White color preview on #6779AF background

This text has white color on #6779AF background.


Related colors

Complementary color

Complementary color for #hex is #988650.


I love getcolorcode.com

Triadic colors

1 #AF6779 and #79AF67 with #6779AF are triadic colors.

2 #AF7967 and #7967AF with #6779AF are triadic colors.