COLOR #6A9CD2

HEX: #6A9CD2
RGB: (106,156,210)

Renk bilgisi

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

RGB renk modeli

#6A9CD2 color RGB value is (106,156,210).

  • kırmız ton 106;
  • yeşil ton 156;
  • mavi ton 210.
RGB:
(106,156,210)
(42%,61%,82%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 156 of 255 = 61%
B 210 of 255 = 82%

106
156
210

R + G + B ~ 62%. #6A9CD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 156 + 210 = 472 (100%)
R 106 of 472 ~ 22.46%
G 156 of 472 ~ 33.05%
B 210 of 472 ~ 44.49%

%22.46
%33.05
%44.49

CMYK RENK MODELİ

#6A9CD2 rengi CMYK tonu (50,26,0,18).

  • camgöbeği tonu 49.52%
  • eflatun tonu 25.71%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(50,26,0,18)
C50M26Y0K18 
(50%,26%,0%,18%)
(0.50/0.26/0.00/0.18)	

CMYK yüzdeleri

%49.52
%25.71
%0
%17.65

Codes

Color #6A9CD2 in popluar color models

6A9CD2
RGB106156210
HSL211°53.61%61.96%
HSB/HSV211°49.52%82.35%
CMYK49.52%25.71%0.00%
17.65%

Color #6A9CD2 in popluar number systems.

HEX6A9CD2
Decimal106156210
Binary11010101001110011010010
Octal152234322

Shades and tints

Shades of #6A9CD2

#6A9CD2
(106,156,210)
#618EBF
(97,142,191)
#5880AC
(88,128,172)
#4F7299
(79,114,153)
#466486
(70,100,134)
#3D5673
(61,86,115)
#344860
(52,72,96)
#2B3A4D
(43,58,77)
#222C3A
(34,44,58)
#191E27
(25,30,39)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #6A9CD2

#6A9CD2
(106,156,210)
#77A5D6
(119,165,214)
#84AEDA
(132,174,218)
#91B7DE
(145,183,222)
#9EC0E2
(158,192,226)
#ABC9E6
(171,201,230)
#B8D2EA
(184,210,234)
#C5DBEE
(197,219,238)
#D2E4F2
(210,228,242)
#DFEDF6
(223,237,246)
#ECF6FA
(236,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A9CD2 color. Also use rgb(106,156,210) instead hex code.

Text Font Color

.myTextColor { color: #6A9CD2; }

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

This text font color is #6A9CD2.


Background Color

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

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

This div background color is #6A9CD2.


Border color

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

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

This div border color is #6A9CD2.


Opacity

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

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

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

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

This text has shadow with #6A9CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A9CD2 on black background.


Color preview on white background

This text has color #6A9CD2 on white background.



Black color preview on #6A9CD2 background

This text has black color on #6A9CD2 background.


White color preview on #6A9CD2 background

This text has white color on #6A9CD2 background.