COLOR #6B6494

HEX: #6B6494
RGB: (107,100,148)

Color info

#6B6494 contains red, green and blue colors in about the same proportion. Web safe color of #6B6494 is #666699 (or #669).

RGB color model

#6B6494 color RGB value is (107,100,148).

  • red value is 107;
  • green value is 100;
  • blue value is 148.
RGB:
(107,100,148)
(42%,39%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 148 of 255 = 58%

107
100
148

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 148 = 355 (100%)
R 107 of 355 ~ 30.14%
G 100 of 355 ~ 28.17%
B 148 of 355 ~ 41.69%

%30.14
%28.17
%41.69

CMYK color model

#6B6494 color CMYK value is (28,32,0,42).

  • cyan value is 27.70%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(28,32,0,42)
C28M32Y0K42 
(28%,32%,0%,42%)
(0.28/0.32/0.00/0.42)	

CMYK percentages

%27.7
%32.43
%0
%41.96

Codes

Color #6B6494 in popluar color models

6B6494
RGB107100148
HSL249°19.35%48.63%
HSB/HSV249°32.43%58.04%
CMYK27.70%32.43%0.00%
41.96%

Color #6B6494 in popluar number systems.

HEX6B6494
Decimal107100148
Binary1101011110010010010100
Octal153144224

Shades and tints

Shades of #6B6494

#6B6494
(107,100,148)
#625B87
(98,91,135)
#59527A
(89,82,122)
#50496D
(80,73,109)
#474060
(71,64,96)
#3E3753
(62,55,83)
#352E46
(53,46,70)
#2C2539
(44,37,57)
#231C2C
(35,28,44)
#1A131F
(26,19,31)
#110A12
(17,10,18)
#000000
(0,0,0)

Tints of #6B6494

#6B6494
(107,100,148)
#78729D
(120,114,157)
#8580A6
(133,128,166)
#928EAF
(146,142,175)
#9F9CB8
(159,156,184)
#ACAAC1
(172,170,193)
#B9B8CA
(185,184,202)
#C6C6D3
(198,198,211)
#D3D4DC
(211,212,220)
#E0E2E5
(224,226,229)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6494 color. Also use rgb(107,100,148) instead hex code.

Text Font Color

.myTextColor { color: #6B6494; }

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

This text font color is #6B6494.


Background Color

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

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

This div background color is #6B6494.


Border color

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

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

This div border color is #6B6494.


Opacity

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

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

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

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

This text has shadow with #6B6494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6494 on black background.


Color preview on white background

This text has color #6B6494 on white background.



Black color preview on #6B6494 background

This text has black color on #6B6494 background.


White color preview on #6B6494 background

This text has white color on #6B6494 background.