COLOR #6A9DD8

HEX: #6A9DD8
RGB: (106,157,216)

Renk bilgisi

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

RGB renk modeli

#6A9DD8 color RGB value is (106,157,216).

  • kırmız ton 106;
  • yeşil ton 157;
  • mavi ton 216.
RGB:
(106,157,216)
(42%,62%,85%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 157 of 255 = 62%
B 216 of 255 = 85%

106
157
216

R + G + B ~ 63%. #6A9DD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 157 + 216 = 479 (100%)
R 106 of 479 ~ 22.13%
G 157 of 479 ~ 32.78%
B 216 of 479 ~ 45.09%

%22.13
%32.78
%45.09

CMYK RENK MODELİ

#6A9DD8 rengi CMYK tonu (51,27,0,15).

  • camgöbeği tonu 50.93%
  • eflatun tonu 27.31%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(51,27,0,15)
C51M27Y0K15 
(51%,27%,0%,15%)
(0.51/0.27/0.00/0.15)	

CMYK yüzdeleri

%50.93
%27.31
%0
%15.29

Codes

Color #6A9DD8 in popluar color models

6A9DD8
RGB106157216
HSL212°58.51%63.14%
HSB/HSV212°50.93%84.71%
CMYK50.93%27.31%0.00%
15.29%

Color #6A9DD8 in popluar number systems.

HEX6A9DD8
Decimal106157216
Binary11010101001110111011000
Octal152235330

Shades and tints

Shades of #6A9DD8

#6A9DD8
(106,157,216)
#618FC5
(97,143,197)
#5881B2
(88,129,178)
#4F739F
(79,115,159)
#46658C
(70,101,140)
#3D5779
(61,87,121)
#344966
(52,73,102)
#2B3B53
(43,59,83)
#222D40
(34,45,64)
#191F2D
(25,31,45)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #6A9DD8

#6A9DD8
(106,157,216)
#77A5DB
(119,165,219)
#84ADDE
(132,173,222)
#91B5E1
(145,181,225)
#9EBDE4
(158,189,228)
#ABC5E7
(171,197,231)
#B8CDEA
(184,205,234)
#C5D5ED
(197,213,237)
#D2DDF0
(210,221,240)
#DFE5F3
(223,229,243)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9DD8 color. Also use rgb(106,157,216) instead hex code.

Text Font Color

.myTextColor { color: #6A9DD8; }

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

This text font color is #6A9DD8.


Background Color

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

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

This div background color is #6A9DD8.


Border color

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

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

This div border color is #6A9DD8.


Opacity

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

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

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

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

This text has shadow with #6A9DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9DD8 on black background.


Color preview on white background

This text has color #6A9DD8 on white background.



Black color preview on #6A9DD8 background

This text has black color on #6A9DD8 background.


White color preview on #6A9DD8 background

This text has white color on #6A9DD8 background.