COLOR #6A699B

HEX: #6A699B
RGB: (106,105,155)

Renk bilgisi

#6A699B contains red, green and blue colors in about the same proportion. #6A699B ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6A699B color RGB value is (106,105,155).

  • kırmız ton 106;
  • yeşil ton 105;
  • mavi ton 155.
RGB:
(106,105,155)
(42%,41%,61%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 105 of 255 = 41%
B 155 of 255 = 61%

106
105
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 105 + 155 = 366 (100%)
R 106 of 366 ~ 28.96%
G 105 of 366 ~ 28.69%
B 155 of 366 ~ 42.35%

%28.96
%28.69
%42.35

CMYK RENK MODELİ

#6A699B rengi CMYK tonu (32,32,0,39).

  • camgöbeği tonu 31.61%
  • eflatun tonu 32.26%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(32,32,0,39)
C32M32Y0K39 
(32%,32%,0%,39%)
(0.32/0.32/0.00/0.39)	

CMYK yüzdeleri

%31.61
%32.26
%0
%39.22

Codes

Color #6A699B in popluar color models

6A699B
RGB106105155
HSL241°20.00%50.98%
HSB/HSV241°32.26%60.78%
CMYK31.61%32.26%0.00%
39.22%

Color #6A699B in popluar number systems.

HEX6A699B
Decimal106105155
Binary1101010110100110011011
Octal152151233

Shades and tints

Shades of #6A699B

#6A699B
(106,105,155)
#61608D
(97,96,141)
#58577F
(88,87,127)
#4F4E71
(79,78,113)
#464563
(70,69,99)
#3D3C55
(61,60,85)
#343347
(52,51,71)
#2B2A39
(43,42,57)
#22212B
(34,33,43)
#19181D
(25,24,29)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #6A699B

#6A699B
(106,105,155)
#7776A4
(119,118,164)
#8483AD
(132,131,173)
#9190B6
(145,144,182)
#9E9DBF
(158,157,191)
#ABAAC8
(171,170,200)
#B8B7D1
(184,183,209)
#C5C4DA
(197,196,218)
#D2D1E3
(210,209,227)
#DFDEEC
(223,222,236)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A699B; }

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

This text font color is #6A699B.


Background Color

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

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

This div background color is #6A699B.


Border color

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

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

This div border color is #6A699B.


Opacity

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

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

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

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

This text has shadow with #6A699B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A699B on black background.


Color preview on white background

This text has color #6A699B on white background.



Black color preview on #6A699B background

This text has black color on #6A699B background.


White color preview on #6A699B background

This text has white color on #6A699B background.