COLOR #6B699E

HEX: #6B699E
RGB: (107,105,158)

Renk bilgisi

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

RGB renk modeli

#6B699E color RGB value is (107,105,158).

  • kırmız ton 107;
  • yeşil ton 105;
  • mavi ton 158.
RGB:
(107,105,158)
(42%,41%,62%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 105 of 255 = 41%
B 158 of 255 = 62%

107
105
158

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 105 + 158 = 370 (100%)
R 107 of 370 ~ 28.92%
G 105 of 370 ~ 28.38%
B 158 of 370 ~ 42.7%

%28.92
%28.38
%42.7

CMYK RENK MODELİ

#6B699E rengi CMYK tonu (32,34,0,38).

  • camgöbeği tonu 32.28%
  • eflatun tonu 33.54%
  • sarı tonu 0.00%
  • ana renk tonu 38.04%
CMYK:
(32,34,0,38)
C32M34Y0K38 
(32%,34%,0%,38%)
(0.32/0.34/0.00/0.38)	

CMYK yüzdeleri

%32.28
%33.54
%0
%38.04

Codes

Color #6B699E in popluar color models

6B699E
RGB107105158
HSL242°21.46%51.57%
HSB/HSV242°33.54%61.96%
CMYK32.28%33.54%0.00%
38.04%

Color #6B699E in popluar number systems.

HEX6B699E
Decimal107105158
Binary1101011110100110011110
Octal153151236

Shades and tints

Shades of #6B699E

#6B699E
(107,105,158)
#626090
(98,96,144)
#595782
(89,87,130)
#504E74
(80,78,116)
#474566
(71,69,102)
#3E3C58
(62,60,88)
#35334A
(53,51,74)
#2C2A3C
(44,42,60)
#23212E
(35,33,46)
#1A1820
(26,24,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #6B699E

#6B699E
(107,105,158)
#7876A6
(120,118,166)
#8583AE
(133,131,174)
#9290B6
(146,144,182)
#9F9DBE
(159,157,190)
#ACAAC6
(172,170,198)
#B9B7CE
(185,183,206)
#C6C4D6
(198,196,214)
#D3D1DE
(211,209,222)
#E0DEE6
(224,222,230)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B699E; }

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

This text font color is #6B699E.


Background Color

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

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

This div background color is #6B699E.


Border color

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

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

This div border color is #6B699E.


Opacity

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

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

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

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

This text has shadow with #6B699E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B699E on black background.


Color preview on white background

This text has color #6B699E on white background.



Black color preview on #6B699E background

This text has black color on #6B699E background.


White color preview on #6B699E background

This text has white color on #6B699E background.