COLOR #6B72AC

HEX: #6B72AC
RGB: (107,114,172)

Color info

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

RGB color model

#6B72AC color RGB value is (107,114,172).

  • red value is 107;
  • green value is 114;
  • blue value is 172.
RGB:
(107,114,172)
(42%,45%,67%)

RGB channels and saturation

R 107 of 255 = 42%
G 114 of 255 = 45%
B 172 of 255 = 67%

107
114
172

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

Portions of RGB colors in percentages

R + G + B =
107 + 114 + 172 = 393 (100%)
R 107 of 393 ~ 27.23%
G 114 of 393 ~ 29.01%
B 172 of 393 ~ 43.77%

%27.23
%29.01
%43.77

CMYK color model

#6B72AC color CMYK value is (38,34,0,33).

  • cyan value is 37.79%
  • magenta value is 33.72%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(38,34,0,33)
C38M34Y0K33 
(38%,34%,0%,33%)
(0.38/0.34/0.00/0.33)	

CMYK percentages

%37.79
%33.72
%0
%32.55

Codes

Color #6B72AC in popluar color models

6B72AC
RGB107114172
HSL234°28.14%54.71%
HSB/HSV234°37.79%67.45%
CMYK37.79%33.72%0.00%
32.55%

Color #6B72AC in popluar number systems.

HEX6B72AC
Decimal107114172
Binary1101011111001010101100
Octal153162254

Shades and tints

Shades of #6B72AC

#6B72AC
(107,114,172)
#62689D
(98,104,157)
#595E8E
(89,94,142)
#50547F
(80,84,127)
#474A70
(71,74,112)
#3E4061
(62,64,97)
#353652
(53,54,82)
#2C2C43
(44,44,67)
#232234
(35,34,52)
#1A1825
(26,24,37)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #6B72AC

#6B72AC
(107,114,172)
#787EB3
(120,126,179)
#858ABA
(133,138,186)
#9296C1
(146,150,193)
#9FA2C8
(159,162,200)
#ACAECF
(172,174,207)
#B9BAD6
(185,186,214)
#C6C6DD
(198,198,221)
#D3D2E4
(211,210,228)
#E0DEEB
(224,222,235)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B72AC color. Also use rgb(107,114,172) instead hex code.

Text Font Color

.myTextColor { color: #6B72AC; }

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

This text font color is #6B72AC.


Background Color

.myBgColor { background-color: #6B72AC; }

<div style="background-color:#6B72AC">Inner text</div>

This div background color is #6B72AC.


Border color

.myBorderColor { border: 1px solid #6B72AC; }

<div style="border:3px solid #6B72AC">Div</div>

This div border color is #6B72AC.


Opacity

.myOpacity80 { color: #6B72AC; opacity: 0.8; }

<p style="color:#6B72AC;opacity:0.8;">80%</p>

Text with #6B72AC 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 #6B72AC;}

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

This text has shadow with #6B72AC color.

.textShadow {text-shadow: 3px 3px 1px #6B72AC, 3px 3px 1px red;}

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

This text has shadow with #6B72AC primary color and red secondary color.


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

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

This text has shadow with #6B72AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B72AC on black background.


Color preview on white background

This text has color #6B72AC on white background.



Black color preview on #6B72AC background

This text has black color on #6B72AC background.


White color preview on #6B72AC background

This text has white color on #6B72AC background.