COLOR #6075A4

HEX: #6075A4 RGB: (96,117,164)

Color info

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

RGB color model

#6075A4 color RGB value is (96,117,164).

RGB: (96,117,164) (38%, 46%, 64%)

RGB channels and saturation

R 96 of 255 = 38%
G 117 of 255 = 46%
B 164 of 255 = 64%

96
117
164

R + G + B ~ 49%. #6075A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 96 + 117 + 164 = 377 (100%)
R 96 of 377 ~ 25.46%
G 117 of 377 ~ 31.03%
B 164 of 377 ~ 43.5'%

%25.46
%31.03
%43.5

CMYK color model

#6075A4 color CMYK value is (41,29,0,36).

  • cyan value is 41.46%
  • magenta value is 28.66%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (41,29,0,36)
C41M29Y0K36 (41%, 29%, 0%, 36%)
(0.41 / 0.29 / 0.00 / 0.36)

CMYK percentages

%41.46
%28.66
%0
%35.69

Codes

Color #6075A4 in popluar color models

60 75 A4
RGB 96 117 164
HSL 221° 27.20% 50.98%
HSB/HSV 221° 41.46% 64.31%
CMYK 41.46% 28.66% 0.00%
35.69%

Color #6075A4 in popluar number systems.

HEX 60 75 A4
Decimal 96 117 164
Binary 1100000 1110101 10100100
Octal 140 165 244

Shades and tints

Shades of #6075A4

#6075A4
(96,117,164)
#586B96
(88,107,150)
#506188
(80,97,136)
#48577A
(72,87,122)
#404D6C
(64,77,108)
#38435E
(56,67,94)
#303950
(48,57,80)
#282F42
(40,47,66)
#202534
(32,37,52)
#181B26
(24,27,38)
#101118
(16,17,24)
#000000
(0,0,0)

Tints of #6075A4

#6075A4
(96,117,164)
#6E81AC
(110,129,172)
#7C8DB4
(124,141,180)
#8A99BC
(138,153,188)
#98A5C4
(152,165,196)
#A6B1CC
(166,177,204)
#B4BDD4
(180,189,212)
#C2C9DC
(194,201,220)
#D0D5E4
(208,213,228)
#DEE1EC
(222,225,236)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6075A4 color. Also use rgb(96,117,164) instead hex code.

Text Font Color

.myTextColor { color: #6075A4; }

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

This text font color is #6075A4.

Background Color

.myBgColor { background-color: #6075A4; }

<div style="background-color:#6075A4">Inner text</div>

This div background color is #6075A4.

Border color

.myBorderColor { border: 1px solid #6075A4; }

<div style="border:3px solid #6075A4">Div</div>

This div border color is #6075A4.

Opacity

.myOpacity80 { color: #6075A4; opacity: 0.8; }

<p style="color:#6075A4;opacity:0.8;">80%</p>

Text with #6075A4 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 #6075A4;}

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

This text has shadow with #6075A4 color.


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

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

This text has shadow with #6075A4 primary color and red secondary color.


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

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

This text has shadow with #6075A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6075A4.

Preview

Color preview on black background

This text has color #6075A4 on black background.


Color preview on white background

This text has color #6075A4 on white background.


Black color preview on #6075A4 background

This text has black color on #6075A4 background.


White color preview on #6075A4 background

This text has white color on #6075A4 background.


Related colors

Complementary color

Complementary color for #hex is #9F8A5B.


I love getcolorcode.com

Triadic colors

1 #A46075 and #75A460 with #6075A4 are triadic colors.

2 #A47560 and #7560A4 with #6075A4 are triadic colors.