COLOR #6B6689

HEX: #6B6689
RGB: (107,102,137)

Renk bilgisi

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

RGB renk modeli

#6B6689 color RGB value is (107,102,137).

  • kırmız ton 107;
  • yeşil ton 102;
  • mavi ton 137.
RGB:
(107,102,137)
(42%,40%,54%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 102 of 255 = 40%
B 137 of 255 = 54%

107
102
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 102 + 137 = 346 (100%)
R 107 of 346 ~ 30.92%
G 102 of 346 ~ 29.48%
B 137 of 346 ~ 39.6%

%30.92
%29.48
%39.6

CMYK RENK MODELİ

#6B6689 rengi CMYK tonu (22,26,0,46).

  • camgöbeği tonu 21.90%
  • eflatun tonu 25.55%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(22,26,0,46)
C22M26Y0K46 
(22%,26%,0%,46%)
(0.22/0.26/0.00/0.46)	

CMYK yüzdeleri

%21.9
%25.55
%0
%46.27

Codes

Color #6B6689 in popluar color models

6B6689
RGB107102137
HSL249°14.64%46.86%
HSB/HSV249°25.55%53.73%
CMYK21.90%25.55%0.00%
46.27%

Color #6B6689 in popluar number systems.

HEX6B6689
Decimal107102137
Binary1101011110011010001001
Octal153146211

Shades and tints

Shades of #6B6689

#6B6689
(107,102,137)
#625D7D
(98,93,125)
#595471
(89,84,113)
#504B65
(80,75,101)
#474259
(71,66,89)
#3E394D
(62,57,77)
#353041
(53,48,65)
#2C2735
(44,39,53)
#231E29
(35,30,41)
#1A151D
(26,21,29)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #6B6689

#6B6689
(107,102,137)
#787393
(120,115,147)
#85809D
(133,128,157)
#928DA7
(146,141,167)
#9F9AB1
(159,154,177)
#ACA7BB
(172,167,187)
#B9B4C5
(185,180,197)
#C6C1CF
(198,193,207)
#D3CED9
(211,206,217)
#E0DBE3
(224,219,227)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6689 color. Also use rgb(107,102,137) instead hex code.

Text Font Color

.myTextColor { color: #6B6689; }

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

This text font color is #6B6689.


Background Color

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

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

This div background color is #6B6689.


Border color

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

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

This div border color is #6B6689.


Opacity

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

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

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

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

This text has shadow with #6B6689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6689 on black background.


Color preview on white background

This text has color #6B6689 on white background.



Black color preview on #6B6689 background

This text has black color on #6B6689 background.


White color preview on #6B6689 background

This text has white color on #6B6689 background.