COLOR #6D74AF

HEX: #6D74AF
RGB: (109,116,175)

Renk bilgisi

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

RGB renk modeli

#6D74AF color RGB value is (109,116,175).

  • kırmız ton 109;
  • yeşil ton 116;
  • mavi ton 175.
RGB:
(109,116,175)
(43%,45%,69%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 116 of 255 = 45%
B 175 of 255 = 69%

109
116
175

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 116 + 175 = 400 (100%)
R 109 of 400 ~ 27.25%
G 116 of 400 ~ 29%
B 175 of 400 ~ 43.75%

%27.25
%29
%43.75

CMYK RENK MODELİ

#6D74AF rengi CMYK tonu (38,34,0,31).

  • camgöbeği tonu 37.71%
  • eflatun tonu 33.71%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(38,34,0,31)
C38M34Y0K31 
(38%,34%,0%,31%)
(0.38/0.34/0.00/0.31)	

CMYK yüzdeleri

%37.71
%33.71
%0
%31.37

Codes

Color #6D74AF in popluar color models

6D74AF
RGB109116175
HSL234°29.20%55.69%
HSB/HSV234°37.71%68.63%
CMYK37.71%33.71%0.00%
31.37%

Color #6D74AF in popluar number systems.

HEX6D74AF
Decimal109116175
Binary1101101111010010101111
Octal155164257

Shades and tints

Shades of #6D74AF

#6D74AF
(109,116,175)
#646AA0
(100,106,160)
#5B6091
(91,96,145)
#525682
(82,86,130)
#494C73
(73,76,115)
#404264
(64,66,100)
#373855
(55,56,85)
#2E2E46
(46,46,70)
#252437
(37,36,55)
#1C1A28
(28,26,40)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #6D74AF

#6D74AF
(109,116,175)
#7A80B6
(122,128,182)
#878CBD
(135,140,189)
#9498C4
(148,152,196)
#A1A4CB
(161,164,203)
#AEB0D2
(174,176,210)
#BBBCD9
(187,188,217)
#C8C8E0
(200,200,224)
#D5D4E7
(213,212,231)
#E2E0EE
(226,224,238)
#EFECF5
(239,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D74AF color. Also use rgb(109,116,175) instead hex code.

Text Font Color

.myTextColor { color: #6D74AF; }

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

This text font color is #6D74AF.


Background Color

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

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

This div background color is #6D74AF.


Border color

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

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

This div border color is #6D74AF.


Opacity

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

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

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

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

This text has shadow with #6D74AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D74AF on black background.


Color preview on white background

This text has color #6D74AF on white background.



Black color preview on #6D74AF background

This text has black color on #6D74AF background.


White color preview on #6D74AF background

This text has white color on #6D74AF background.