COLOR #6E64B0

HEX: #6E64B0 RGB: (110,100,176)

Color info

#6E64B0 contains mainly blue color. Web safe color of #6E64B0 is #666699 (or #669).

RGB color model

#6E64B0 color RGB value is (110,100,176).

RGB: (110,100,176) (43%, 39%, 69%)

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 176 of 255 = 69%

110
100
176

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 176 = 386 (100%)
R 110 of 386 ~ 28.5%
G 100 of 386 ~ 25.91%
B 176 of 386 ~ 45.6'%

%28.5
%25.91
%45.6

CMYK color model

#6E64B0 color CMYK value is (38,43,0,31).

  • cyan value is 37.50%
  • magenta value is 43.18%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (38,43,0,31)
C38M43Y0K31 (38%, 43%, 0%, 31%)
(0.38 / 0.43 / 0.00 / 0.31)

CMYK percentages

%37.5
%43.18
%0
%30.98

Codes

Color #6E64B0 in popluar color models

6E 64 B0
RGB 110 100 176
HSL 248° 32.48% 54.12%
HSB/HSV 248° 43.18% 69.02%
CMYK 37.50% 43.18% 0.00%
30.98%

Color #6E64B0 in popluar number systems.

HEX 6E 64 B0
Decimal 110 100 176
Binary 1101110 1100100 10110000
Octal 156 144 260

Shades and tints

Shades of #6E64B0

#6E64B0
(110,100,176)
#645BA0
(100,91,160)
#5A5290
(90,82,144)
#504980
(80,73,128)
#464070
(70,64,112)
#3C3760
(60,55,96)
#322E50
(50,46,80)
#282540
(40,37,64)
#1E1C30
(30,28,48)
#141320
(20,19,32)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E64B0

#6E64B0
(110,100,176)
#7B72B7
(123,114,183)
#8880BE
(136,128,190)
#958EC5
(149,142,197)
#A29CCC
(162,156,204)
#AFAAD3
(175,170,211)
#BCB8DA
(188,184,218)
#C9C6E1
(201,198,225)
#D6D4E8
(214,212,232)
#E3E2EF
(227,226,239)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E64B0 color. Also use rgb(110,100,176) instead hex code.

Text Font Color

.myTextColor { color: #6E64B0; }

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

This text font color is #6E64B0.

Background Color

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

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

This div background color is #6E64B0.

Border color

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

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

This div border color is #6E64B0.

Opacity

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

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

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

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

This text has shadow with #6E64B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E64B0.

Preview

Color preview on black background

This text has color #6E64B0 on black background.


Color preview on white background

This text has color #6E64B0 on white background.


Black color preview on #6E64B0 background

This text has black color on #6E64B0 background.


White color preview on #6E64B0 background

This text has white color on #6E64B0 background.


Related colors

Complementary color

Complementary color for #hex is #919B4F.


I love getcolorcode.com

Triadic colors

1 #B06E64 and #64B06E with #6E64B0 are triadic colors.

2 #B0646E and #646EB0 with #6E64B0 are triadic colors.