COLOR #6E66A5

HEX: #6E66A5
RGB: (110,102,165)

Renk bilgisi

#6E66A5 contains mainly red and blue colors. #6E66A5 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6E66A5 color RGB value is (110,102,165).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 102 of 255 = 40%
B 165 of 255 = 65%

110
102
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 102 + 165 = 377 (100%)
R 110 of 377 ~ 29.18%
G 102 of 377 ~ 27.06%
B 165 of 377 ~ 43.77%

%29.18
%27.06
%43.77

CMYK RENK MODELİ

#6E66A5 rengi CMYK tonu (33,38,0,35).

  • camgöbeği tonu 33.33%
  • eflatun tonu 38.18%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(33,38,0,35)
C33M38Y0K35 
(33%,38%,0%,35%)
(0.33/0.38/0.00/0.35)	

CMYK yüzdeleri

%33.33
%38.18
%0
%35.29

Codes

Color #6E66A5 in popluar color models

6E66A5
RGB110102165
HSL248°25.93%52.35%
HSB/HSV248°38.18%64.71%
CMYK33.33%38.18%0.00%
35.29%

Color #6E66A5 in popluar number systems.

HEX6E66A5
Decimal110102165
Binary1101110110011010100101
Octal156146245

Shades and tints

Shades of #6E66A5

#6E66A5
(110,102,165)
#645D96
(100,93,150)
#5A5487
(90,84,135)
#504B78
(80,75,120)
#464269
(70,66,105)
#3C395A
(60,57,90)
#32304B
(50,48,75)
#28273C
(40,39,60)
#1E1E2D
(30,30,45)
#14151E
(20,21,30)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #6E66A5

#6E66A5
(110,102,165)
#7B73AD
(123,115,173)
#8880B5
(136,128,181)
#958DBD
(149,141,189)
#A29AC5
(162,154,197)
#AFA7CD
(175,167,205)
#BCB4D5
(188,180,213)
#C9C1DD
(201,193,221)
#D6CEE5
(214,206,229)
#E3DBED
(227,219,237)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E66A5; }

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

This text font color is #6E66A5.


Background Color

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

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

This div background color is #6E66A5.


Border color

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

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

This div border color is #6E66A5.


Opacity

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

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

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

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

This text has shadow with #6E66A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E66A5 on black background.


Color preview on white background

This text has color #6E66A5 on white background.



Black color preview on #6E66A5 background

This text has black color on #6E66A5 background.


White color preview on #6E66A5 background

This text has white color on #6E66A5 background.