COLOR #6076A9

HEX: #6076A9 RGB: (96,118,169)

Color info

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

RGB color model

#6076A9 color RGB value is (96,118,169).

RGB: (96,118,169) (38%, 46%, 66%)

RGB channels and saturation

R 96 of 255 = 38%
G 118 of 255 = 46%
B 169 of 255 = 66%

96
118
169

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

Portions of RGB colors in percentages

R + G + B = 96 + 118 + 169 = 383 (100%)
R 96 of 383 ~ 25.07%
G 118 of 383 ~ 30.81%
B 169 of 383 ~ 44.13'%

%25.07
%30.81
%44.13

CMYK color model

#6076A9 color CMYK value is (43,30,0,34).

  • cyan value is 43.20%
  • magenta value is 30.18%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (43,30,0,34)
C43M30Y0K34 (43%, 30%, 0%, 34%)
(0.43 / 0.30 / 0.00 / 0.34)

CMYK percentages

%43.2
%30.18
%0
%33.73

Codes

Color #6076A9 in popluar color models

60 76 A9
RGB 96 118 169
HSL 222° 29.80% 51.96%
HSB/HSV 222° 43.20% 66.27%
CMYK 43.20% 30.18% 0.00%
33.73%

Color #6076A9 in popluar number systems.

HEX 60 76 A9
Decimal 96 118 169
Binary 1100000 1110110 10101001
Octal 140 166 251

Shades and tints

Shades of #6076A9

#6076A9
(96,118,169)
#586C9A
(88,108,154)
#50628B
(80,98,139)
#48587C
(72,88,124)
#404E6D
(64,78,109)
#38445E
(56,68,94)
#303A4F
(48,58,79)
#283040
(40,48,64)
#202631
(32,38,49)
#181C22
(24,28,34)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #6076A9

#6076A9
(96,118,169)
#6E82B0
(110,130,176)
#7C8EB7
(124,142,183)
#8A9ABE
(138,154,190)
#98A6C5
(152,166,197)
#A6B2CC
(166,178,204)
#B4BED3
(180,190,211)
#C2CADA
(194,202,218)
#D0D6E1
(208,214,225)
#DEE2E8
(222,226,232)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6076A9 color. Also use rgb(96,118,169) instead hex code.

Text Font Color

.myTextColor { color: #6076A9; }

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

This text font color is #6076A9.

Background Color

.myBgColor { background-color: #6076A9; }

<div style="background-color:#6076A9">Inner text</div>

This div background color is #6076A9.

Border color

.myBorderColor { border: 1px solid #6076A9; }

<div style="border:3px solid #6076A9">Div</div>

This div border color is #6076A9.

Opacity

.myOpacity80 { color: #6076A9; opacity: 0.8; }

<p style="color:#6076A9;opacity:0.8;">80%</p>

Text with #6076A9 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 #6076A9;}

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

This text has shadow with #6076A9 color.


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

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

This text has shadow with #6076A9 primary color and red secondary color.


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

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

This text has shadow with #6076A9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6076A9.

Preview

Color preview on black background

This text has color #6076A9 on black background.


Color preview on white background

This text has color #6076A9 on white background.


Black color preview on #6076A9 background

This text has black color on #6076A9 background.


White color preview on #6076A9 background

This text has white color on #6076A9 background.


Related colors

Complementary color

Complementary color for #hex is #9F8956.


I love getcolorcode.com

Triadic colors

1 #A96076 and #76A960 with #6076A9 are triadic colors.

2 #A97660 and #7660A9 with #6076A9 are triadic colors.