COLOR #6074AF

HEX: #6074AF RGB: (96,116,175)

Color info

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

RGB color model

#6074AF color RGB value is (96,116,175).

RGB: (96,116,175) (38%, 45%, 69%)

RGB channels and saturation

R 96 of 255 = 38%
G 116 of 255 = 45%
B 175 of 255 = 69%

96
116
175

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

Portions of RGB colors in percentages

R + G + B = 96 + 116 + 175 = 387 (100%)
R 96 of 387 ~ 24.81%
G 116 of 387 ~ 29.97%
B 175 of 387 ~ 45.22'%

%24.81
%29.97
%45.22

CMYK color model

#6074AF color CMYK value is (45,34,0,31).

  • cyan value is 45.14%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (45,34,0,31)
C45M34Y0K31 (45%, 34%, 0%, 31%)
(0.45 / 0.34 / 0.00 / 0.31)

CMYK percentages

%45.14
%33.71
%0
%31.37

Codes

Color #6074AF in popluar color models

60 74 AF
RGB 96 116 175
HSL 225° 33.05% 53.14%
HSB/HSV 225° 45.14% 68.63%
CMYK 45.14% 33.71% 0.00%
31.37%

Color #6074AF in popluar number systems.

HEX 60 74 AF
Decimal 96 116 175
Binary 1100000 1110100 10101111
Octal 140 164 257

Shades and tints

Shades of #6074AF

#6074AF
(96,116,175)
#586AA0
(88,106,160)
#506091
(80,96,145)
#485682
(72,86,130)
#404C73
(64,76,115)
#384264
(56,66,100)
#303855
(48,56,85)
#282E46
(40,46,70)
#202437
(32,36,55)
#181A28
(24,26,40)
#101019
(16,16,25)
#000000
(0,0,0)

Tints of #6074AF

#6074AF
(96,116,175)
#6E80B6
(110,128,182)
#7C8CBD
(124,140,189)
#8A98C4
(138,152,196)
#98A4CB
(152,164,203)
#A6B0D2
(166,176,210)
#B4BCD9
(180,188,217)
#C2C8E0
(194,200,224)
#D0D4E7
(208,212,231)
#DEE0EE
(222,224,238)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6074AF; }

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

This text font color is #6074AF.

Background Color

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

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

This div background color is #6074AF.

Border color

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

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

This div border color is #6074AF.

Opacity

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

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

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

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

This text has shadow with #6074AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6074AF.

Preview

Color preview on black background

This text has color #6074AF on black background.


Color preview on white background

This text has color #6074AF on white background.


Black color preview on #6074AF background

This text has black color on #6074AF background.


White color preview on #6074AF background

This text has white color on #6074AF background.


Related colors

Complementary color

Complementary color for #hex is #9F8B50.


I love getcolorcode.com

Triadic colors

1 #AF6074 and #74AF60 with #6074AF are triadic colors.

2 #AF7460 and #7460AF with #6074AF are triadic colors.