COLOR #6E669C

HEX: #6E669C
RGB: (110,102,156)

Renk bilgisi

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

RGB renk modeli

#6E669C color RGB value is (110,102,156).

  • kırmız ton 110;
  • yeşil ton 102;
  • mavi ton 156.
RGB:
(110,102,156)
(43%,40%,61%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 102 of 255 = 40%
B 156 of 255 = 61%

110
102
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 102 + 156 = 368 (100%)
R 110 of 368 ~ 29.89%
G 102 of 368 ~ 27.72%
B 156 of 368 ~ 42.39%

%29.89
%27.72
%42.39

CMYK RENK MODELİ

#6E669C rengi CMYK tonu (29,35,0,39).

  • camgöbeği tonu 29.49%
  • eflatun tonu 34.62%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(29,35,0,39)
C29M35Y0K39 
(29%,35%,0%,39%)
(0.29/0.35/0.00/0.39)	

CMYK yüzdeleri

%29.49
%34.62
%0
%38.82

Codes

Color #6E669C in popluar color models

6E669C
RGB110102156
HSL249°21.43%50.59%
HSB/HSV249°34.62%61.18%
CMYK29.49%34.62%0.00%
38.82%

Color #6E669C in popluar number systems.

HEX6E669C
Decimal110102156
Binary1101110110011010011100
Octal156146234

Shades and tints

Shades of #6E669C

#6E669C
(110,102,156)
#645D8E
(100,93,142)
#5A5480
(90,84,128)
#504B72
(80,75,114)
#464264
(70,66,100)
#3C3956
(60,57,86)
#323048
(50,48,72)
#28273A
(40,39,58)
#1E1E2C
(30,30,44)
#14151E
(20,21,30)
#0A0C10
(10,12,16)
#000000
(0,0,0)

Tints of #6E669C

#6E669C
(110,102,156)
#7B73A5
(123,115,165)
#8880AE
(136,128,174)
#958DB7
(149,141,183)
#A29AC0
(162,154,192)
#AFA7C9
(175,167,201)
#BCB4D2
(188,180,210)
#C9C1DB
(201,193,219)
#D6CEE4
(214,206,228)
#E3DBED
(227,219,237)
#F0E8F6
(240,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E669C color. Also use rgb(110,102,156) instead hex code.

Text Font Color

.myTextColor { color: #6E669C; }

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

This text font color is #6E669C.


Background Color

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

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

This div background color is #6E669C.


Border color

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

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

This div border color is #6E669C.


Opacity

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

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

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

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

This text has shadow with #6E669C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E669C on black background.


Color preview on white background

This text has color #6E669C on white background.



Black color preview on #6E669C background

This text has black color on #6E669C background.


White color preview on #6E669C background

This text has white color on #6E669C background.