COLOR #6CB2DC

HEX: #6CB2DC
RGB: (108,178,220)

Renk bilgisi

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

RGB renk modeli

#6CB2DC color RGB value is (108,178,220).

  • kırmız ton 108;
  • yeşil ton 178;
  • mavi ton 220.
RGB:
(108,178,220)
(42%,70%,86%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 178 of 255 = 70%
B 220 of 255 = 86%

108
178
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 178 + 220 = 506 (100%)
R 108 of 506 ~ 21.34%
G 178 of 506 ~ 35.18%
B 220 of 506 ~ 43.48%

%21.34
%35.18
%43.48

CMYK RENK MODELİ

#6CB2DC rengi CMYK tonu (51,19,0,14).

  • camgöbeği tonu 50.91%
  • eflatun tonu 19.09%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(51,19,0,14)
C51M19Y0K14 
(51%,19%,0%,14%)
(0.51/0.19/0.00/0.14)	

CMYK yüzdeleri

%50.91
%19.09
%0
%13.73

Codes

Color #6CB2DC in popluar color models

6CB2DC
RGB108178220
HSL203°61.54%64.31%
HSB/HSV203°50.91%86.27%
CMYK50.91%19.09%0.00%
13.73%

Color #6CB2DC in popluar number systems.

HEX6CB2DC
Decimal108178220
Binary11011001011001011011100
Octal154262334

Shades and tints

Shades of #6CB2DC

#6CB2DC
(108,178,220)
#63A2C8
(99,162,200)
#5A92B4
(90,146,180)
#5182A0
(81,130,160)
#48728C
(72,114,140)
#3F6278
(63,98,120)
#365264
(54,82,100)
#2D4250
(45,66,80)
#24323C
(36,50,60)
#1B2228
(27,34,40)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #6CB2DC

#6CB2DC
(108,178,220)
#79B9DF
(121,185,223)
#86C0E2
(134,192,226)
#93C7E5
(147,199,229)
#A0CEE8
(160,206,232)
#ADD5EB
(173,213,235)
#BADCEE
(186,220,238)
#C7E3F1
(199,227,241)
#D4EAF4
(212,234,244)
#E1F1F7
(225,241,247)
#EEF8FA
(238,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB2DC color. Also use rgb(108,178,220) instead hex code.

Text Font Color

.myTextColor { color: #6CB2DC; }

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

This text font color is #6CB2DC.


Background Color

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

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

This div background color is #6CB2DC.


Border color

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

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

This div border color is #6CB2DC.


Opacity

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

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

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

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

This text has shadow with #6CB2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB2DC on black background.


Color preview on white background

This text has color #6CB2DC on white background.



Black color preview on #6CB2DC background

This text has black color on #6CB2DC background.


White color preview on #6CB2DC background

This text has white color on #6CB2DC background.