COLOR #6D80C0

HEX: #6D80C0
RGB: (109,128,192)

Renk bilgisi

#6D80C0 contains mainly blue color. #6D80C0 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6D80C0 color RGB value is (109,128,192).

  • kırmız ton 109;
  • yeşil ton 128;
  • mavi ton 192.
RGB:
(109,128,192)
(43%,50%,75%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 128 of 255 = 50%
B 192 of 255 = 75%

109
128
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 128 + 192 = 429 (100%)
R 109 of 429 ~ 25.41%
G 128 of 429 ~ 29.84%
B 192 of 429 ~ 44.76%

%25.41
%29.84
%44.76

CMYK RENK MODELİ

#6D80C0 rengi CMYK tonu (43,33,0,25).

  • camgöbeği tonu 43.23%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(43,33,0,25)
C43M33Y0K25 
(43%,33%,0%,25%)
(0.43/0.33/0.00/0.25)	

CMYK yüzdeleri

%43.23
%33.33
%0
%24.71

Codes

Color #6D80C0 in popluar color models

6D80C0
RGB109128192
HSL226°39.71%59.02%
HSB/HSV226°43.23%75.29%
CMYK43.23%33.33%0.00%
24.71%

Color #6D80C0 in popluar number systems.

HEX6D80C0
Decimal109128192
Binary11011011000000011000000
Octal155200300

Shades and tints

Shades of #6D80C0

#6D80C0
(109,128,192)
#6475AF
(100,117,175)
#5B6A9E
(91,106,158)
#525F8D
(82,95,141)
#49547C
(73,84,124)
#40496B
(64,73,107)
#373E5A
(55,62,90)
#2E3349
(46,51,73)
#252838
(37,40,56)
#1C1D27
(28,29,39)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #6D80C0

#6D80C0
(109,128,192)
#7A8BC5
(122,139,197)
#8796CA
(135,150,202)
#94A1CF
(148,161,207)
#A1ACD4
(161,172,212)
#AEB7D9
(174,183,217)
#BBC2DE
(187,194,222)
#C8CDE3
(200,205,227)
#D5D8E8
(213,216,232)
#E2E3ED
(226,227,237)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D80C0 color. Also use rgb(109,128,192) instead hex code.

Text Font Color

.myTextColor { color: #6D80C0; }

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

This text font color is #6D80C0.


Background Color

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

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

This div background color is #6D80C0.


Border color

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

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

This div border color is #6D80C0.


Opacity

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

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

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

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

This text has shadow with #6D80C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D80C0 on black background.


Color preview on white background

This text has color #6D80C0 on white background.



Black color preview on #6D80C0 background

This text has black color on #6D80C0 background.


White color preview on #6D80C0 background

This text has white color on #6D80C0 background.