COLOR #6F5EA5

HEX: #6F5EA5
RGB: (111,94,165)

Renk bilgisi

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

RGB renk modeli

#6F5EA5 color RGB value is (111,94,165).

  • kırmız ton 111;
  • yeşil ton 94;
  • mavi ton 165.
RGB:
(111,94,165)
(44%,37%,65%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 94 of 255 = 37%
B 165 of 255 = 65%

111
94
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 94 + 165 = 370 (100%)
R 111 of 370 ~ 30%
G 94 of 370 ~ 25.41%
B 165 of 370 ~ 44.59%

%30
%25.41
%44.59

CMYK RENK MODELİ

#6F5EA5 rengi CMYK tonu (33,43,0,35).

  • camgöbeği tonu 32.73%
  • eflatun tonu 43.03%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(33,43,0,35)
C33M43Y0K35 
(33%,43%,0%,35%)
(0.33/0.43/0.00/0.35)	

CMYK yüzdeleri

%32.73
%43.03
%0
%35.29

Codes

Color #6F5EA5 in popluar color models

6F5EA5
RGB11194165
HSL254°28.29%50.78%
HSB/HSV254°43.03%64.71%
CMYK32.73%43.03%0.00%
35.29%

Color #6F5EA5 in popluar number systems.

HEX6F5EA5
Decimal11194165
Binary1101111101111010100101
Octal157136245

Shades and tints

Shades of #6F5EA5

#6F5EA5
(111,94,165)
#655696
(101,86,150)
#5B4E87
(91,78,135)
#514678
(81,70,120)
#473E69
(71,62,105)
#3D365A
(61,54,90)
#332E4B
(51,46,75)
#29263C
(41,38,60)
#1F1E2D
(31,30,45)
#15161E
(21,22,30)
#0B0E0F
(11,14,15)
#000000
(0,0,0)

Tints of #6F5EA5

#6F5EA5
(111,94,165)
#7C6CAD
(124,108,173)
#897AB5
(137,122,181)
#9688BD
(150,136,189)
#A396C5
(163,150,197)
#B0A4CD
(176,164,205)
#BDB2D5
(189,178,213)
#CAC0DD
(202,192,221)
#D7CEE5
(215,206,229)
#E4DCED
(228,220,237)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F5EA5 color. Also use rgb(111,94,165) instead hex code.

Text Font Color

.myTextColor { color: #6F5EA5; }

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

This text font color is #6F5EA5.


Background Color

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

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

This div background color is #6F5EA5.


Border color

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

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

This div border color is #6F5EA5.


Opacity

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

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

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

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

This text has shadow with #6F5EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F5EA5 on black background.


Color preview on white background

This text has color #6F5EA5 on white background.



Black color preview on #6F5EA5 background

This text has black color on #6F5EA5 background.


White color preview on #6F5EA5 background

This text has white color on #6F5EA5 background.