COLOR #6B6498

HEX: #6B6498
RGB: (107,100,152)

Color info

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

RGB color model

#6B6498 color RGB value is (107,100,152).

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

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 152 of 255 = 60%

107
100
152

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 152 = 359 (100%)
R 107 of 359 ~ 29.81%
G 100 of 359 ~ 27.86%
B 152 of 359 ~ 42.34%

%29.81
%27.86
%42.34

CMYK color model

#6B6498 color CMYK value is (30,34,0,40).

  • cyan value is 29.61%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(30,34,0,40)
C30M34Y0K40 
(30%,34%,0%,40%)
(0.30/0.34/0.00/0.40)	

CMYK percentages

%29.61
%34.21
%0
%40.39

Codes

Color #6B6498 in popluar color models

6B6498
RGB107100152
HSL248°20.63%49.41%
HSB/HSV248°34.21%59.61%
CMYK29.61%34.21%0.00%
40.39%

Color #6B6498 in popluar number systems.

HEX6B6498
Decimal107100152
Binary1101011110010010011000
Octal153144230

Shades and tints

Shades of #6B6498

#6B6498
(107,100,152)
#625B8B
(98,91,139)
#59527E
(89,82,126)
#504971
(80,73,113)
#474064
(71,64,100)
#3E3757
(62,55,87)
#352E4A
(53,46,74)
#2C253D
(44,37,61)
#231C30
(35,28,48)
#1A1323
(26,19,35)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #6B6498

#6B6498
(107,100,152)
#7872A1
(120,114,161)
#8580AA
(133,128,170)
#928EB3
(146,142,179)
#9F9CBC
(159,156,188)
#ACAAC5
(172,170,197)
#B9B8CE
(185,184,206)
#C6C6D7
(198,198,215)
#D3D4E0
(211,212,224)
#E0E2E9
(224,226,233)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6498; }

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

This text font color is #6B6498.


Background Color

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

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

This div background color is #6B6498.


Border color

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

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

This div border color is #6B6498.


Opacity

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

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

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

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

This text has shadow with #6B6498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6498 on black background.


Color preview on white background

This text has color #6B6498 on white background.



Black color preview on #6B6498 background

This text has black color on #6B6498 background.


White color preview on #6B6498 background

This text has white color on #6B6498 background.