COLOR #6074A3

HEX: #6074A3
RGB: (96,116,163)

Color info

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

RGB color model

#6074A3 color RGB value is (96,116,163).

  • red value is 96;
  • green value is 116;
  • blue value is 163.
RGB:
(96,116,163)
(38%,45%,64%)

RGB channels and saturation

R 96 of 255 = 38%
G 116 of 255 = 45%
B 163 of 255 = 64%

96
116
163

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

Portions of RGB colors in percentages

R + G + B =
96 + 116 + 163 = 375 (100%)
R 96 of 375 ~ 25.6%
G 116 of 375 ~ 30.93%
B 163 of 375 ~ 43.47%

%25.6
%30.93
%43.47

CMYK color model

#6074A3 color CMYK value is (41,29,0,36).

  • cyan value is 41.10%
  • magenta value is 28.83%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(41,29,0,36)
C41M29Y0K36 
(41%,29%,0%,36%)
(0.41/0.29/0.00/0.36)	

CMYK percentages

%41.1
%28.83
%0
%36.08

Codes

Color #6074A3 in popluar color models

6074A3
RGB96116163
HSL222°26.69%50.78%
HSB/HSV222°41.10%63.92%
CMYK41.10%28.83%0.00%
36.08%

Color #6074A3 in popluar number systems.

HEX6074A3
Decimal96116163
Binary1100000111010010100011
Octal140164243

Shades and tints

Shades of #6074A3

#6074A3
(96,116,163)
#586A95
(88,106,149)
#506087
(80,96,135)
#485679
(72,86,121)
#404C6B
(64,76,107)
#38425D
(56,66,93)
#30384F
(48,56,79)
#282E41
(40,46,65)
#202433
(32,36,51)
#181A25
(24,26,37)
#101017
(16,16,23)
#000000
(0,0,0)

Tints of #6074A3

#6074A3
(96,116,163)
#6E80AB
(110,128,171)
#7C8CB3
(124,140,179)
#8A98BB
(138,152,187)
#98A4C3
(152,164,195)
#A6B0CB
(166,176,203)
#B4BCD3
(180,188,211)
#C2C8DB
(194,200,219)
#D0D4E3
(208,212,227)
#DEE0EB
(222,224,235)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6074A3 color. Also use rgb(96,116,163) instead hex code.

Text Font Color

.myTextColor { color: #6074A3; }

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

This text font color is #6074A3.


Background Color

.myBgColor { background-color: #6074A3; }

<div style="background-color:#6074A3">Inner text</div>

This div background color is #6074A3.


Border color

.myBorderColor { border: 1px solid #6074A3; }

<div style="border:3px solid #6074A3">Div</div>

This div border color is #6074A3.


Opacity

.myOpacity80 { color: #6074A3; opacity: 0.8; }

<p style="color:#6074A3;opacity:0.8;">80%</p>

Text with #6074A3 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 #6074A3;}

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

This text has shadow with #6074A3 color.

.textShadow {text-shadow: 3px 3px 1px #6074A3, 3px 3px 1px red;}

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

This text has shadow with #6074A3 primary color and red secondary color.


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

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

This text has shadow with #6074A3 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6074A3;
-webkit-box-shadow: 1px 1px 3px 2px #6074A3;
box-shadow:1px 1px 3px 2px #6074A3;">
Div content here</div>
This div box has shadow with color #6074A3.

Preview

Color preview on black background

This text has color #6074A3 on black background.


Color preview on white background

This text has color #6074A3 on white background.



Black color preview on #6074A3 background

This text has black color on #6074A3 background.


White color preview on #6074A3 background

This text has white color on #6074A3 background.