COLOR #6C73A9

HEX: #6C73A9
RGB: (108,115,169)

Renk bilgisi

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

RGB renk modeli

#6C73A9 color RGB value is (108,115,169).

  • kırmız ton 108;
  • yeşil ton 115;
  • mavi ton 169.
RGB:
(108,115,169)
(42%,45%,66%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 115 of 255 = 45%
B 169 of 255 = 66%

108
115
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 115 + 169 = 392 (100%)
R 108 of 392 ~ 27.55%
G 115 of 392 ~ 29.34%
B 169 of 392 ~ 43.11%

%27.55
%29.34
%43.11

CMYK RENK MODELİ

#6C73A9 rengi CMYK tonu (36,32,0,34).

  • camgöbeği tonu 36.09%
  • eflatun tonu 31.95%
  • sarı tonu 0.00%
  • ana renk tonu 33.73%
CMYK:
(36,32,0,34)
C36M32Y0K34 
(36%,32%,0%,34%)
(0.36/0.32/0.00/0.34)	

CMYK yüzdeleri

%36.09
%31.95
%0
%33.73

Codes

Color #6C73A9 in popluar color models

6C73A9
RGB108115169
HSL233°26.18%54.31%
HSB/HSV233°36.09%66.27%
CMYK36.09%31.95%0.00%
33.73%

Color #6C73A9 in popluar number systems.

HEX6C73A9
Decimal108115169
Binary1101100111001110101001
Octal154163251

Shades and tints

Shades of #6C73A9

#6C73A9
(108,115,169)
#63699A
(99,105,154)
#5A5F8B
(90,95,139)
#51557C
(81,85,124)
#484B6D
(72,75,109)
#3F415E
(63,65,94)
#36374F
(54,55,79)
#2D2D40
(45,45,64)
#242331
(36,35,49)
#1B1922
(27,25,34)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #6C73A9

#6C73A9
(108,115,169)
#797FB0
(121,127,176)
#868BB7
(134,139,183)
#9397BE
(147,151,190)
#A0A3C5
(160,163,197)
#ADAFCC
(173,175,204)
#BABBD3
(186,187,211)
#C7C7DA
(199,199,218)
#D4D3E1
(212,211,225)
#E1DFE8
(225,223,232)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C73A9 color. Also use rgb(108,115,169) instead hex code.

Text Font Color

.myTextColor { color: #6C73A9; }

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

This text font color is #6C73A9.


Background Color

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

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

This div background color is #6C73A9.


Border color

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

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

This div border color is #6C73A9.


Opacity

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

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

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

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

This text has shadow with #6C73A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C73A9 on black background.


Color preview on white background

This text has color #6C73A9 on white background.



Black color preview on #6C73A9 background

This text has black color on #6C73A9 background.


White color preview on #6C73A9 background

This text has white color on #6C73A9 background.