COLOR #6A698F

HEX: #6A698F
RGB: (106,105,143)

Color info

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

RGB color model

#6A698F color RGB value is (106,105,143).

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

RGB channels and saturation

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

106
105
143

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

Portions of RGB colors in percentages

R + G + B =
106 + 105 + 143 = 354 (100%)
R 106 of 354 ~ 29.94%
G 105 of 354 ~ 29.66%
B 143 of 354 ~ 40.4%

%29.94
%29.66
%40.4

CMYK color model

#6A698F color CMYK value is (26,27,0,44).

  • cyan value is 25.87%
  • magenta value is 26.57%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(26,27,0,44)
C26M27Y0K44 
(26%,27%,0%,44%)
(0.26/0.27/0.00/0.44)	

CMYK percentages

%25.87
%26.57
%0
%43.92

Codes

Color #6A698F in popluar color models

6A698F
RGB106105143
HSL242°15.32%48.63%
HSB/HSV242°26.57%56.08%
CMYK25.87%26.57%0.00%
43.92%

Color #6A698F in popluar number systems.

HEX6A698F
Decimal106105143
Binary1101010110100110001111
Octal152151217

Shades and tints

Shades of #6A698F

#6A698F
(106,105,143)
#616082
(97,96,130)
#585775
(88,87,117)
#4F4E68
(79,78,104)
#46455B
(70,69,91)
#3D3C4E
(61,60,78)
#343341
(52,51,65)
#2B2A34
(43,42,52)
#222127
(34,33,39)
#19181A
(25,24,26)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #6A698F

#6A698F
(106,105,143)
#777699
(119,118,153)
#8483A3
(132,131,163)
#9190AD
(145,144,173)
#9E9DB7
(158,157,183)
#ABAAC1
(171,170,193)
#B8B7CB
(184,183,203)
#C5C4D5
(197,196,213)
#D2D1DF
(210,209,223)
#DFDEE9
(223,222,233)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A698F; }

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

This text font color is #6A698F.


Background Color

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

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

This div background color is #6A698F.


Border color

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

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

This div border color is #6A698F.


Opacity

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

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

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

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

This text has shadow with #6A698F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A698F on black background.


Color preview on white background

This text has color #6A698F on white background.



Black color preview on #6A698F background

This text has black color on #6A698F background.


White color preview on #6A698F background

This text has white color on #6A698F background.