COLOR #6B6795

HEX: #6B6795
RGB: (107,103,149)

Color info

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

RGB color model

#6B6795 color RGB value is (107,103,149).

  • red value is 107;
  • green value is 103;
  • blue value is 149.
RGB:
(107,103,149)
(42%,40%,58%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 149 of 255 = 58%

107
103
149

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

Portions of RGB colors in percentages

R + G + B =
107 + 103 + 149 = 359 (100%)
R 107 of 359 ~ 29.81%
G 103 of 359 ~ 28.69%
B 149 of 359 ~ 41.5%

%29.81
%28.69
%41.5

CMYK color model

#6B6795 color CMYK value is (28,31,0,42).

  • cyan value is 28.19%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,31,0,42)
C28M31Y0K42 
(28%,31%,0%,42%)
(0.28/0.31/0.00/0.42)	

CMYK percentages

%28.19
%30.87
%0
%41.57

Codes

Color #6B6795 in popluar color models

6B6795
RGB107103149
HSL245°18.25%49.41%
HSB/HSV245°30.87%58.43%
CMYK28.19%30.87%0.00%
41.57%

Color #6B6795 in popluar number systems.

HEX6B6795
Decimal107103149
Binary1101011110011110010101
Octal153147225

Shades and tints

Shades of #6B6795

#6B6795
(107,103,149)
#625E88
(98,94,136)
#59557B
(89,85,123)
#504C6E
(80,76,110)
#474361
(71,67,97)
#3E3A54
(62,58,84)
#353147
(53,49,71)
#2C283A
(44,40,58)
#231F2D
(35,31,45)
#1A1620
(26,22,32)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #6B6795

#6B6795
(107,103,149)
#78749E
(120,116,158)
#8581A7
(133,129,167)
#928EB0
(146,142,176)
#9F9BB9
(159,155,185)
#ACA8C2
(172,168,194)
#B9B5CB
(185,181,203)
#C6C2D4
(198,194,212)
#D3CFDD
(211,207,221)
#E0DCE6
(224,220,230)
#EDE9EF
(237,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6795 color. Also use rgb(107,103,149) instead hex code.

Text Font Color

.myTextColor { color: #6B6795; }

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

This text font color is #6B6795.


Background Color

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

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

This div background color is #6B6795.


Border color

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

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

This div border color is #6B6795.


Opacity

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

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

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

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

This text has shadow with #6B6795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6795 on black background.


Color preview on white background

This text has color #6B6795 on white background.



Black color preview on #6B6795 background

This text has black color on #6B6795 background.


White color preview on #6B6795 background

This text has white color on #6B6795 background.