COLOR #6743AC

HEX: #6743AC RGB: (103,67,172)

Color info

#6743AC contains mainly blue color. Web safe color of #6743AC is #663399 (or #639).

RGB color model

#6743AC color RGB value is (103,67,172).

RGB: (103,67,172) (40%, 26%, 67%)

RGB channels and saturation

R 103 of 255 = 40%
G 67 of 255 = 26%
B 172 of 255 = 67%

103
67
172

R + G + B ~ 44%. #6743AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 67 + 172 = 342 (100%)
R 103 of 342 ~ 30.12%
G 67 of 342 ~ 19.59%
B 172 of 342 ~ 50.29'%

%30.12
%19.59
%50.29

CMYK color model

#6743AC color CMYK value is (40,61,0,33).

  • cyan value is 40.12%
  • magenta value is 61.05%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (40,61,0,33)
C40M61Y0K33 (40%, 61%, 0%, 33%)
(0.40 / 0.61 / 0.00 / 0.33)

CMYK percentages

%40.12
%61.05
%0
%32.55

Codes

Color #6743AC in popluar color models

67 43 AC
RGB 103 67 172
HSL 261° 43.93% 46.86%
HSB/HSV 261° 61.05% 67.45%
CMYK 40.12% 61.05% 0.00%
32.55%

Color #6743AC in popluar number systems.

HEX 67 43 AC
Decimal 103 67 172
Binary 1100111 1000011 10101100
Octal 147 103 254

Shades and tints

Shades of #6743AC

#6743AC
(103,67,172)
#5E3D9D
(94,61,157)
#55378E
(85,55,142)
#4C317F
(76,49,127)
#432B70
(67,43,112)
#3A2561
(58,37,97)
#311F52
(49,31,82)
#281943
(40,25,67)
#1F1334
(31,19,52)
#160D25
(22,13,37)
#0D0716
(13,7,22)
#000000
(0,0,0)

Tints of #6743AC

#6743AC
(103,67,172)
#7454B3
(116,84,179)
#8165BA
(129,101,186)
#8E76C1
(142,118,193)
#9B87C8
(155,135,200)
#A898CF
(168,152,207)
#B5A9D6
(181,169,214)
#C2BADD
(194,186,221)
#CFCBE4
(207,203,228)
#DCDCEB
(220,220,235)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6743AC color. Also use rgb(103,67,172) instead hex code.

Text Font Color

.myTextColor { color: #6743AC; }

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

This text font color is #6743AC.

Background Color

.myBgColor { background-color: #6743AC; }

<div style="background-color:#6743AC">Inner text</div>

This div background color is #6743AC.

Border color

.myBorderColor { border: 1px solid #6743AC; }

<div style="border:3px solid #6743AC">Div</div>

This div border color is #6743AC.

Opacity

.myOpacity80 { color: #6743AC; opacity: 0.8; }

<p style="color:#6743AC;opacity:0.8;">80%</p>

Text with #6743AC 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 #6743AC;}

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

This text has shadow with #6743AC color.


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

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

This text has shadow with #6743AC primary color and red secondary color.


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

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

This text has shadow with #6743AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6743AC.

Preview

Color preview on black background

This text has color #6743AC on black background.


Color preview on white background

This text has color #6743AC on white background.


Black color preview on #6743AC background

This text has black color on #6743AC background.


White color preview on #6743AC background

This text has white color on #6743AC background.


Related colors

Complementary color

Complementary color for #hex is #98BC53.


I love getcolorcode.com

Triadic colors

1 #AC6743 and #43AC67 with #6743AC are triadic colors.

2 #AC4367 and #4367AC with #6743AC are triadic colors.