COLOR #6B658A

HEX: #6B658A
RGB: (107,101,138)

Color info

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

RGB color model

#6B658A color RGB value is (107,101,138).

  • red value is 107;
  • green value is 101;
  • blue value is 138.
RGB:
(107,101,138)
(42%,40%,54%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 138 of 255 = 54%

107
101
138

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

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 138 = 346 (100%)
R 107 of 346 ~ 30.92%
G 101 of 346 ~ 29.19%
B 138 of 346 ~ 39.88%

%30.92
%29.19
%39.88

CMYK color model

#6B658A color CMYK value is (22,27,0,46).

  • cyan value is 22.46%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(22,27,0,46)
C22M27Y0K46 
(22%,27%,0%,46%)
(0.22/0.27/0.00/0.46)	

CMYK percentages

%22.46
%26.81
%0
%45.88

Codes

Color #6B658A in popluar color models

6B658A
RGB107101138
HSL250°15.48%46.86%
HSB/HSV250°26.81%54.12%
CMYK22.46%26.81%0.00%
45.88%

Color #6B658A in popluar number systems.

HEX6B658A
Decimal107101138
Binary1101011110010110001010
Octal153145212

Shades and tints

Shades of #6B658A

#6B658A
(107,101,138)
#625C7E
(98,92,126)
#595372
(89,83,114)
#504A66
(80,74,102)
#47415A
(71,65,90)
#3E384E
(62,56,78)
#352F42
(53,47,66)
#2C2636
(44,38,54)
#231D2A
(35,29,42)
#1A141E
(26,20,30)
#110B12
(17,11,18)
#000000
(0,0,0)

Tints of #6B658A

#6B658A
(107,101,138)
#787394
(120,115,148)
#85819E
(133,129,158)
#928FA8
(146,143,168)
#9F9DB2
(159,157,178)
#ACABBC
(172,171,188)
#B9B9C6
(185,185,198)
#C6C7D0
(198,199,208)
#D3D5DA
(211,213,218)
#E0E3E4
(224,227,228)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B658A color. Also use rgb(107,101,138) instead hex code.

Text Font Color

.myTextColor { color: #6B658A; }

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

This text font color is #6B658A.


Background Color

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

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

This div background color is #6B658A.


Border color

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

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

This div border color is #6B658A.


Opacity

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

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

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

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

This text has shadow with #6B658A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B658A on black background.


Color preview on white background

This text has color #6B658A on white background.



Black color preview on #6B658A background

This text has black color on #6B658A background.


White color preview on #6B658A background

This text has white color on #6B658A background.