COLOR #6B699C

HEX: #6B699C
RGB: (107,105,156)

Renk bilgisi

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

RGB renk modeli

#6B699C color RGB value is (107,105,156).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 105 of 255 = 41%
B 156 of 255 = 61%

107
105
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 105 + 156 = 368 (100%)
R 107 of 368 ~ 29.08%
G 105 of 368 ~ 28.53%
B 156 of 368 ~ 42.39%

%29.08
%28.53
%42.39

CMYK RENK MODELİ

#6B699C rengi CMYK tonu (31,33,0,39).

  • camgöbeği tonu 31.41%
  • eflatun tonu 32.69%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(31,33,0,39)
C31M33Y0K39 
(31%,33%,0%,39%)
(0.31/0.33/0.00/0.39)	

CMYK yüzdeleri

%31.41
%32.69
%0
%38.82

Codes

Color #6B699C in popluar color models

6B699C
RGB107105156
HSL242°20.48%51.18%
HSB/HSV242°32.69%61.18%
CMYK31.41%32.69%0.00%
38.82%

Color #6B699C in popluar number systems.

HEX6B699C
Decimal107105156
Binary1101011110100110011100
Octal153151234

Shades and tints

Shades of #6B699C

#6B699C
(107,105,156)
#62608E
(98,96,142)
#595780
(89,87,128)
#504E72
(80,78,114)
#474564
(71,69,100)
#3E3C56
(62,60,86)
#353348
(53,51,72)
#2C2A3A
(44,42,58)
#23212C
(35,33,44)
#1A181E
(26,24,30)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #6B699C

#6B699C
(107,105,156)
#7876A5
(120,118,165)
#8583AE
(133,131,174)
#9290B7
(146,144,183)
#9F9DC0
(159,157,192)
#ACAAC9
(172,170,201)
#B9B7D2
(185,183,210)
#C6C4DB
(198,196,219)
#D3D1E4
(211,209,228)
#E0DEED
(224,222,237)
#EDEBF6
(237,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B699C; }

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

This text font color is #6B699C.


Background Color

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

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

This div background color is #6B699C.


Border color

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

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

This div border color is #6B699C.


Opacity

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

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

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

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

This text has shadow with #6B699C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B699C on black background.


Color preview on white background

This text has color #6B699C on white background.



Black color preview on #6B699C background

This text has black color on #6B699C background.


White color preview on #6B699C background

This text has white color on #6B699C background.