COLOR #6272AD

HEX: #6272AD RGB: (98,114,173)

Color info

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

RGB color model

#6272AD color RGB value is (98,114,173).

RGB: (98,114,173) (38%, 45%, 68%)

RGB channels and saturation

R 98 of 255 = 38%
G 114 of 255 = 45%
B 173 of 255 = 68%

98
114
173

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

Portions of RGB colors in percentages

R + G + B = 98 + 114 + 173 = 385 (100%)
R 98 of 385 ~ 25.45%
G 114 of 385 ~ 29.61%
B 173 of 385 ~ 44.94'%

%25.45
%29.61
%44.94

CMYK color model

#6272AD color CMYK value is (43,34,0,32).

  • cyan value is 43.35%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (43,34,0,32) C43M34Y0K32 (43%,34%,0%,32%) (0.43/0.34/0.00/0.32) 

CMYK percentages

%43.35
%34.1
%0
%32.16

Codes

Color #6272AD in popluar color models

62 72 AD
RGB 98 114 173
HSL 227° 31.38% 53.14%
HSB/HSV 227° 43.35% 67.84%
CMYK 43.35% 34.10% 0.00%
32.16%

Color #6272AD in popluar number systems.

HEX 62 72 AD
Decimal 98 114 173
Binary 1100010 1110010 10101101
Octal 142 162 255

Shades and tints

Shades of #6272AD

#6272AD
(98,114,173)
#5A689E
(90,104,158)
#525E8F
(82,94,143)
#4A5480
(74,84,128)
#424A71
(66,74,113)
#3A4062
(58,64,98)
#323653
(50,54,83)
#2A2C44
(42,44,68)
#222235
(34,34,53)
#1A1826
(26,24,38)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #6272AD

#6272AD
(98,114,173)
#707EB4
(112,126,180)
#7E8ABB
(126,138,187)
#8C96C2
(140,150,194)
#9AA2C9
(154,162,201)
#A8AED0
(168,174,208)
#B6BAD7
(182,186,215)
#C4C6DE
(196,198,222)
#D2D2E5
(210,210,229)
#E0DEEC
(224,222,236)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6272AD color. Also use rgb(98,114,173) instead hex code.

Text Font Color

.myTextColor { color: #6272AD; }

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

This text font color is #6272AD.

Background Color

.myBgColor { background-color: #6272AD; }

<div style="background-color:#6272AD">Inner text</div>

This div background color is #6272AD.

Border color

.myBorderColor { border: 1px solid #6272AD; }

<div style="border:3px solid #6272AD">Div</div>

This div border color is #6272AD.

Opacity

.myOpacity80 { color: #6272AD; opacity: 0.8; }

<p style="color:#6272AD;opacity:0.8;">80%</p>

Text with #6272AD 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 #6272AD;}

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

This text has shadow with #6272AD color.


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

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

This text has shadow with #6272AD primary color and red secondary color.


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

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

This text has shadow with #6272AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6272AD.

Preview

Color preview on black background

This text has color #6272AD on black background.


Color preview on white background

This text has color #6272AD on white background.


Black color preview on #6272AD background

This text has black color on #6272AD background.


White color preview on #6272AD background

This text has white color on #6272AD background.


Related colors

Complementary color

Complementary color for #hex is #9D8D52.


I love getcolorcode.com

Triadic colors

1 #AD6272 and #72AD62 with #6272AD are triadic colors.

2 #AD7262 and #7262AD with #6272AD are triadic colors.