COLOR #6D8FD5

HEX: #6D8FD5
RGB: (109,143,213)

Renk bilgisi

#6D8FD5 contains mainly blue color. #6D8FD5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6D8FD5 color RGB value is (109,143,213).

  • kırmız ton 109;
  • yeşil ton 143;
  • mavi ton 213.
RGB:
(109,143,213)
(43%,56%,84%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 143 of 255 = 56%
B 213 of 255 = 84%

109
143
213

R + G + B ~ 61%. #6D8FD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 143 + 213 = 465 (100%)
R 109 of 465 ~ 23.44%
G 143 of 465 ~ 30.75%
B 213 of 465 ~ 45.81%

%23.44
%30.75
%45.81

CMYK RENK MODELİ

#6D8FD5 rengi CMYK tonu (49,33,0,16).

  • camgöbeği tonu 48.83%
  • eflatun tonu 32.86%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(49,33,0,16)
C49M33Y0K16 
(49%,33%,0%,16%)
(0.49/0.33/0.00/0.16)	

CMYK yüzdeleri

%48.83
%32.86
%0
%16.47

Codes

Color #6D8FD5 in popluar color models

6D8FD5
RGB109143213
HSL220°55.32%63.14%
HSB/HSV220°48.83%83.53%
CMYK48.83%32.86%0.00%
16.47%

Color #6D8FD5 in popluar number systems.

HEX6D8FD5
Decimal109143213
Binary11011011000111111010101
Octal155217325

Shades and tints

Shades of #6D8FD5

#6D8FD5
(109,143,213)
#6482C2
(100,130,194)
#5B75AF
(91,117,175)
#52689C
(82,104,156)
#495B89
(73,91,137)
#404E76
(64,78,118)
#374163
(55,65,99)
#2E3450
(46,52,80)
#25273D
(37,39,61)
#1C1A2A
(28,26,42)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #6D8FD5

#6D8FD5
(109,143,213)
#7A99D8
(122,153,216)
#87A3DB
(135,163,219)
#94ADDE
(148,173,222)
#A1B7E1
(161,183,225)
#AEC1E4
(174,193,228)
#BBCBE7
(187,203,231)
#C8D5EA
(200,213,234)
#D5DFED
(213,223,237)
#E2E9F0
(226,233,240)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8FD5 color. Also use rgb(109,143,213) instead hex code.

Text Font Color

.myTextColor { color: #6D8FD5; }

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

This text font color is #6D8FD5.


Background Color

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

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

This div background color is #6D8FD5.


Border color

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

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

This div border color is #6D8FD5.


Opacity

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

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

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

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

This text has shadow with #6D8FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8FD5 on black background.


Color preview on white background

This text has color #6D8FD5 on white background.



Black color preview on #6D8FD5 background

This text has black color on #6D8FD5 background.


White color preview on #6D8FD5 background

This text has white color on #6D8FD5 background.