COLOR #6CA9D2

HEX: #6CA9D2
RGB: (108,169,210)

Renk bilgisi

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

RGB renk modeli

#6CA9D2 color RGB value is (108,169,210).

  • kırmız ton 108;
  • yeşil ton 169;
  • mavi ton 210.
RGB:
(108,169,210)
(42%,66%,82%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 169 of 255 = 66%
B 210 of 255 = 82%

108
169
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 169 + 210 = 487 (100%)
R 108 of 487 ~ 22.18%
G 169 of 487 ~ 34.7%
B 210 of 487 ~ 43.12%

%22.18
%34.7
%43.12

CMYK RENK MODELİ

#6CA9D2 rengi CMYK tonu (49,20,0,18).

  • camgöbeği tonu 48.57%
  • eflatun tonu 19.52%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(49,20,0,18)
C49M20Y0K18 
(49%,20%,0%,18%)
(0.49/0.20/0.00/0.18)	

CMYK yüzdeleri

%48.57
%19.52
%0
%17.65

Codes

Color #6CA9D2 in popluar color models

6CA9D2
RGB108169210
HSL204°53.13%62.35%
HSB/HSV204°48.57%82.35%
CMYK48.57%19.52%0.00%
17.65%

Color #6CA9D2 in popluar number systems.

HEX6CA9D2
Decimal108169210
Binary11011001010100111010010
Octal154251322

Shades and tints

Shades of #6CA9D2

#6CA9D2
(108,169,210)
#639ABF
(99,154,191)
#5A8BAC
(90,139,172)
#517C99
(81,124,153)
#486D86
(72,109,134)
#3F5E73
(63,94,115)
#364F60
(54,79,96)
#2D404D
(45,64,77)
#24313A
(36,49,58)
#1B2227
(27,34,39)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #6CA9D2

#6CA9D2
(108,169,210)
#79B0D6
(121,176,214)
#86B7DA
(134,183,218)
#93BEDE
(147,190,222)
#A0C5E2
(160,197,226)
#ADCCE6
(173,204,230)
#BAD3EA
(186,211,234)
#C7DAEE
(199,218,238)
#D4E1F2
(212,225,242)
#E1E8F6
(225,232,246)
#EEEFFA
(238,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CA9D2 color. Also use rgb(108,169,210) instead hex code.

Text Font Color

.myTextColor { color: #6CA9D2; }

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

This text font color is #6CA9D2.


Background Color

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

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

This div background color is #6CA9D2.


Border color

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

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

This div border color is #6CA9D2.


Opacity

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

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

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

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

This text has shadow with #6CA9D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CA9D2 on black background.


Color preview on white background

This text has color #6CA9D2 on white background.



Black color preview on #6CA9D2 background

This text has black color on #6CA9D2 background.


White color preview on #6CA9D2 background

This text has white color on #6CA9D2 background.