COLOR #6741B0

HEX: #6741B0 RGB: (103,65,176)

Color info

#6741B0 contains mainly blue color. Web safe color of #6741B0 is #663399 (or #639).

RGB color model

#6741B0 color RGB value is (103,65,176).

RGB: (103,65,176) (40%, 25%, 69%)

RGB channels and saturation

R 103 of 255 = 40%
G 65 of 255 = 25%
B 176 of 255 = 69%

103
65
176

R + G + B ~ 45%. #6741B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 65 + 176 = 344 (100%)
R 103 of 344 ~ 29.94%
G 65 of 344 ~ 18.9%
B 176 of 344 ~ 51.16'%

%29.94
%18.9
%51.16

CMYK color model

#6741B0 color CMYK value is (41,63,0,31).

  • cyan value is 41.48%
  • magenta value is 63.07%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (41,63,0,31)
C41M63Y0K31 (41%, 63%, 0%, 31%)
(0.41 / 0.63 / 0.00 / 0.31)

CMYK percentages

%41.48
%63.07
%0
%30.98

Codes

Color #6741B0 in popluar color models

67 41 B0
RGB 103 65 176
HSL 261° 46.06% 47.25%
HSB/HSV 261° 63.07% 69.02%
CMYK 41.48% 63.07% 0.00%
30.98%

Color #6741B0 in popluar number systems.

HEX 67 41 B0
Decimal 103 65 176
Binary 1100111 1000001 10110000
Octal 147 101 260

Shades and tints

Shades of #6741B0

#6741B0
(103,65,176)
#5E3CA0
(94,60,160)
#553790
(85,55,144)
#4C3280
(76,50,128)
#432D70
(67,45,112)
#3A2860
(58,40,96)
#312350
(49,35,80)
#281E40
(40,30,64)
#1F1930
(31,25,48)
#161420
(22,20,32)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #6741B0

#6741B0
(103,65,176)
#7452B7
(116,82,183)
#8163BE
(129,99,190)
#8E74C5
(142,116,197)
#9B85CC
(155,133,204)
#A896D3
(168,150,211)
#B5A7DA
(181,167,218)
#C2B8E1
(194,184,225)
#CFC9E8
(207,201,232)
#DCDAEF
(220,218,239)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6741B0 color. Also use rgb(103,65,176) instead hex code.

Text Font Color

.myTextColor { color: #6741B0; }

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

This text font color is #6741B0.

Background Color

.myBgColor { background-color: #6741B0; }

<div style="background-color:#6741B0">Inner text</div>

This div background color is #6741B0.

Border color

.myBorderColor { border: 1px solid #6741B0; }

<div style="border:3px solid #6741B0">Div</div>

This div border color is #6741B0.

Opacity

.myOpacity80 { color: #6741B0; opacity: 0.8; }

<p style="color:#6741B0;opacity:0.8;">80%</p>

Text with #6741B0 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 #6741B0;}

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

This text has shadow with #6741B0 color.


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

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

This text has shadow with #6741B0 primary color and red secondary color.


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

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

This text has shadow with #6741B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6741B0.

Preview

Color preview on black background

This text has color #6741B0 on black background.


Color preview on white background

This text has color #6741B0 on white background.


Black color preview on #6741B0 background

This text has black color on #6741B0 background.


White color preview on #6741B0 background

This text has white color on #6741B0 background.


Related colors

Complementary color

Complementary color for #hex is #98BE4F.


I love getcolorcode.com

Triadic colors

1 #B06741 and #41B067 with #6741B0 are triadic colors.

2 #B04167 and #4167B0 with #6741B0 are triadic colors.