COLOR #6B709D

HEX: #6B709D
RGB: (107,112,157)

Renk bilgisi

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

RGB renk modeli

#6B709D color RGB value is (107,112,157).

  • kırmız ton 107;
  • yeşil ton 112;
  • mavi ton 157.
RGB:
(107,112,157)
(42%,44%,62%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 112 of 255 = 44%
B 157 of 255 = 62%

107
112
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 112 + 157 = 376 (100%)
R 107 of 376 ~ 28.46%
G 112 of 376 ~ 29.79%
B 157 of 376 ~ 41.76%

%28.46
%29.79
%41.76

CMYK RENK MODELİ

#6B709D rengi CMYK tonu (32,29,0,38).

  • camgöbeği tonu 31.85%
  • eflatun tonu 28.66%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(32,29,0,38)
C32M29Y0K38 
(32%,29%,0%,38%)
(0.32/0.29/0.00/0.38)	

CMYK yüzdeleri

%31.85
%28.66
%0
%38.43

Codes

Color #6B709D in popluar color models

6B709D
RGB107112157
HSL234°20.33%51.76%
HSB/HSV234°31.85%61.57%
CMYK31.85%28.66%0.00%
38.43%

Color #6B709D in popluar number systems.

HEX6B709D
Decimal107112157
Binary1101011111000010011101
Octal153160235

Shades and tints

Shades of #6B709D

#6B709D
(107,112,157)
#62668F
(98,102,143)
#595C81
(89,92,129)
#505273
(80,82,115)
#474865
(71,72,101)
#3E3E57
(62,62,87)
#353449
(53,52,73)
#2C2A3B
(44,42,59)
#23202D
(35,32,45)
#1A161F
(26,22,31)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6B709D

#6B709D
(107,112,157)
#787DA5
(120,125,165)
#858AAD
(133,138,173)
#9297B5
(146,151,181)
#9FA4BD
(159,164,189)
#ACB1C5
(172,177,197)
#B9BECD
(185,190,205)
#C6CBD5
(198,203,213)
#D3D8DD
(211,216,221)
#E0E5E5
(224,229,229)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B709D color. Also use rgb(107,112,157) instead hex code.

Text Font Color

.myTextColor { color: #6B709D; }

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

This text font color is #6B709D.


Background Color

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

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

This div background color is #6B709D.


Border color

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

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

This div border color is #6B709D.


Opacity

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

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

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

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

This text has shadow with #6B709D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B709D on black background.


Color preview on white background

This text has color #6B709D on white background.



Black color preview on #6B709D background

This text has black color on #6B709D background.


White color preview on #6B709D background

This text has white color on #6B709D background.