COLOR #6B698F

HEX: #6B698F
RGB: (107,105,143)

Color info

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

RGB color model

#6B698F color RGB value is (107,105,143).

  • red value is 107;
  • green value is 105;
  • blue value is 143.
RGB:
(107,105,143)
(42%,41%,56%)

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 143 of 255 = 56%

107
105
143

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

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 143 = 355 (100%)
R 107 of 355 ~ 30.14%
G 105 of 355 ~ 29.58%
B 143 of 355 ~ 40.28%

%30.14
%29.58
%40.28

CMYK color model

#6B698F color CMYK value is (25,27,0,44).

  • cyan value is 25.17%
  • magenta value is 26.57%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(25,27,0,44)
C25M27Y0K44 
(25%,27%,0%,44%)
(0.25/0.27/0.00/0.44)	

CMYK percentages

%25.17
%26.57
%0
%43.92

Codes

Color #6B698F in popluar color models

6B698F
RGB107105143
HSL243°15.32%48.63%
HSB/HSV243°26.57%56.08%
CMYK25.17%26.57%0.00%
43.92%

Color #6B698F in popluar number systems.

HEX6B698F
Decimal107105143
Binary1101011110100110001111
Octal153151217

Shades and tints

Shades of #6B698F

#6B698F
(107,105,143)
#626082
(98,96,130)
#595775
(89,87,117)
#504E68
(80,78,104)
#47455B
(71,69,91)
#3E3C4E
(62,60,78)
#353341
(53,51,65)
#2C2A34
(44,42,52)
#232127
(35,33,39)
#1A181A
(26,24,26)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #6B698F

#6B698F
(107,105,143)
#787699
(120,118,153)
#8583A3
(133,131,163)
#9290AD
(146,144,173)
#9F9DB7
(159,157,183)
#ACAAC1
(172,170,193)
#B9B7CB
(185,183,203)
#C6C4D5
(198,196,213)
#D3D1DF
(211,209,223)
#E0DEE9
(224,222,233)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B698F color. Also use rgb(107,105,143) instead hex code.

Text Font Color

.myTextColor { color: #6B698F; }

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

This text font color is #6B698F.


Background Color

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

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

This div background color is #6B698F.


Border color

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

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

This div border color is #6B698F.


Opacity

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

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

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

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

This text has shadow with #6B698F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B698F on black background.


Color preview on white background

This text has color #6B698F on white background.



Black color preview on #6B698F background

This text has black color on #6B698F background.


White color preview on #6B698F background

This text has white color on #6B698F background.