COLOR #6D9AF5

HEX: #6D9AF5
RGB: (109,154,245)

Renk bilgisi

#6D9AF5 contains mainly blue color. #6D9AF5 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#6D9AF5 color RGB value is (109,154,245).

  • kırmız ton 109;
  • yeşil ton 154;
  • mavi ton 245.
RGB:
(109,154,245)
(43%,60%,96%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 154 of 255 = 60%
B 245 of 255 = 96%

109
154
245

R + G + B ~ 66%. #6D9AF5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 154 + 245 = 508 (100%)
R 109 of 508 ~ 21.46%
G 154 of 508 ~ 30.31%
B 245 of 508 ~ 48.23%

%21.46
%30.31
%48.23

CMYK RENK MODELİ

#6D9AF5 rengi CMYK tonu (56,37,0,4).

  • camgöbeği tonu 55.51%
  • eflatun tonu 37.14%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(56,37,0,4)
C56M37Y0K4 
(56%,37%,0%,4%)
(0.56/0.37/0.00/0.04)	

CMYK yüzdeleri

%55.51
%37.14
%0
%3.92

Codes

Color #6D9AF5 in popluar color models

6D9AF5
RGB109154245
HSL220°87.18%69.41%
HSB/HSV220°55.51%96.08%
CMYK55.51%37.14%0.00%
3.92%

Color #6D9AF5 in popluar number systems.

HEX6D9AF5
Decimal109154245
Binary11011011001101011110101
Octal155232365

Shades and tints

Shades of #6D9AF5

#6D9AF5
(109,154,245)
#648CDF
(100,140,223)
#5B7EC9
(91,126,201)
#5270B3
(82,112,179)
#49629D
(73,98,157)
#405487
(64,84,135)
#374671
(55,70,113)
#2E385B
(46,56,91)
#252A45
(37,42,69)
#1C1C2F
(28,28,47)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #6D9AF5

#6D9AF5
(109,154,245)
#7AA3F5
(122,163,245)
#87ACF5
(135,172,245)
#94B5F5
(148,181,245)
#A1BEF5
(161,190,245)
#AEC7F5
(174,199,245)
#BBD0F5
(187,208,245)
#C8D9F5
(200,217,245)
#D5E2F5
(213,226,245)
#E2EBF5
(226,235,245)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D9AF5 color. Also use rgb(109,154,245) instead hex code.

Text Font Color

.myTextColor { color: #6D9AF5; }

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

This text font color is #6D9AF5.


Background Color

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

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

This div background color is #6D9AF5.


Border color

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

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

This div border color is #6D9AF5.


Opacity

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

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

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

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

This text has shadow with #6D9AF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D9AF5 on black background.


Color preview on white background

This text has color #6D9AF5 on white background.



Black color preview on #6D9AF5 background

This text has black color on #6D9AF5 background.


White color preview on #6D9AF5 background

This text has white color on #6D9AF5 background.