COLOR #6D8CC0

HEX: #6D8CC0
RGB: (109,140,192)

Renk bilgisi

#6D8CC0 contains mainly green and blue colors. #6D8CC0 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6D8CC0 color RGB value is (109,140,192).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 140 of 255 = 55%
B 192 of 255 = 75%

109
140
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 140 + 192 = 441 (100%)
R 109 of 441 ~ 24.72%
G 140 of 441 ~ 31.75%
B 192 of 441 ~ 43.54%

%24.72
%31.75
%43.54

CMYK RENK MODELİ

#6D8CC0 rengi CMYK tonu (43,27,0,25).

  • camgöbeği tonu 43.23%
  • eflatun tonu 27.08%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(43,27,0,25)
C43M27Y0K25 
(43%,27%,0%,25%)
(0.43/0.27/0.00/0.25)	

CMYK yüzdeleri

%43.23
%27.08
%0
%24.71

Codes

Color #6D8CC0 in popluar color models

6D8CC0
RGB109140192
HSL218°39.71%59.02%
HSB/HSV218°43.23%75.29%
CMYK43.23%27.08%0.00%
24.71%

Color #6D8CC0 in popluar number systems.

HEX6D8CC0
Decimal109140192
Binary11011011000110011000000
Octal155214300

Shades and tints

Shades of #6D8CC0

#6D8CC0
(109,140,192)
#6480AF
(100,128,175)
#5B749E
(91,116,158)
#52688D
(82,104,141)
#495C7C
(73,92,124)
#40506B
(64,80,107)
#37445A
(55,68,90)
#2E3849
(46,56,73)
#252C38
(37,44,56)
#1C2027
(28,32,39)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #6D8CC0

#6D8CC0
(109,140,192)
#7A96C5
(122,150,197)
#87A0CA
(135,160,202)
#94AACF
(148,170,207)
#A1B4D4
(161,180,212)
#AEBED9
(174,190,217)
#BBC8DE
(187,200,222)
#C8D2E3
(200,210,227)
#D5DCE8
(213,220,232)
#E2E6ED
(226,230,237)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D8CC0; }

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

This text font color is #6D8CC0.


Background Color

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

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

This div background color is #6D8CC0.


Border color

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

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

This div border color is #6D8CC0.


Opacity

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

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

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

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

This text has shadow with #6D8CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8CC0 on black background.


Color preview on white background

This text has color #6D8CC0 on white background.



Black color preview on #6D8CC0 background

This text has black color on #6D8CC0 background.


White color preview on #6D8CC0 background

This text has white color on #6D8CC0 background.