COLOR #6074A2

HEX: #6074A2
RGB: (96,116,162)

Color info

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

RGB color model

#6074A2 color RGB value is (96,116,162).

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

RGB channels and saturation

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

96
116
162

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

Portions of RGB colors in percentages

R + G + B =
96 + 116 + 162 = 374 (100%)
R 96 of 374 ~ 25.67%
G 116 of 374 ~ 31.02%
B 162 of 374 ~ 43.32%

%25.67
%31.02
%43.32

CMYK color model

#6074A2 color CMYK value is (41,28,0,36).

  • cyan value is 40.74%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(41,28,0,36)
C41M28Y0K36 
(41%,28%,0%,36%)
(0.41/0.28/0.00/0.36)	

CMYK percentages

%40.74
%28.4
%0
%36.47

Codes

Color #6074A2 in popluar color models

6074A2
RGB96116162
HSL222°26.19%50.59%
HSB/HSV222°40.74%63.53%
CMYK40.74%28.40%0.00%
36.47%

Color #6074A2 in popluar number systems.

HEX6074A2
Decimal96116162
Binary1100000111010010100010
Octal140164242

Shades and tints

Shades of #6074A2

#6074A2
(96,116,162)
#586A94
(88,106,148)
#506086
(80,96,134)
#485678
(72,86,120)
#404C6A
(64,76,106)
#38425C
(56,66,92)
#30384E
(48,56,78)
#282E40
(40,46,64)
#202432
(32,36,50)
#181A24
(24,26,36)
#101016
(16,16,22)
#000000
(0,0,0)

Tints of #6074A2

#6074A2
(96,116,162)
#6E80AA
(110,128,170)
#7C8CB2
(124,140,178)
#8A98BA
(138,152,186)
#98A4C2
(152,164,194)
#A6B0CA
(166,176,202)
#B4BCD2
(180,188,210)
#C2C8DA
(194,200,218)
#D0D4E2
(208,212,226)
#DEE0EA
(222,224,234)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6074A2; }

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

This text font color is #6074A2.


Background Color

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

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

This div background color is #6074A2.


Border color

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

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

This div border color is #6074A2.


Opacity

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

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

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

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

This text has shadow with #6074A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6074A2 on black background.


Color preview on white background

This text has color #6074A2 on white background.



Black color preview on #6074A2 background

This text has black color on #6074A2 background.


White color preview on #6074A2 background

This text has white color on #6074A2 background.