COLOR #6C82D9

HEX: #6C82D9
RGB: (108,130,217)

Renk bilgisi

#6C82D9 contains mainly blue color. #6C82D9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6C82D9 color RGB value is (108,130,217).

  • kırmız ton 108;
  • yeşil ton 130;
  • mavi ton 217.
RGB:
(108,130,217)
(42%,51%,85%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 130 of 255 = 51%
B 217 of 255 = 85%

108
130
217

R + G + B ~ 59%. #6C82D9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 130 + 217 = 455 (100%)
R 108 of 455 ~ 23.74%
G 130 of 455 ~ 28.57%
B 217 of 455 ~ 47.69%

%23.74
%28.57
%47.69

CMYK RENK MODELİ

#6C82D9 rengi CMYK tonu (50,40,0,15).

  • camgöbeği tonu 50.23%
  • eflatun tonu 40.09%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(50,40,0,15)
C50M40Y0K15 
(50%,40%,0%,15%)
(0.50/0.40/0.00/0.15)	

CMYK yüzdeleri

%50.23
%40.09
%0
%14.9

Codes

Color #6C82D9 in popluar color models

6C82D9
RGB108130217
HSL228°58.92%63.73%
HSB/HSV228°50.23%85.10%
CMYK50.23%40.09%0.00%
14.90%

Color #6C82D9 in popluar number systems.

HEX6C82D9
Decimal108130217
Binary11011001000001011011001
Octal154202331

Shades and tints

Shades of #6C82D9

#6C82D9
(108,130,217)
#6377C6
(99,119,198)
#5A6CB3
(90,108,179)
#5161A0
(81,97,160)
#48568D
(72,86,141)
#3F4B7A
(63,75,122)
#364067
(54,64,103)
#2D3554
(45,53,84)
#242A41
(36,42,65)
#1B1F2E
(27,31,46)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #6C82D9

#6C82D9
(108,130,217)
#798DDC
(121,141,220)
#8698DF
(134,152,223)
#93A3E2
(147,163,226)
#A0AEE5
(160,174,229)
#ADB9E8
(173,185,232)
#BAC4EB
(186,196,235)
#C7CFEE
(199,207,238)
#D4DAF1
(212,218,241)
#E1E5F4
(225,229,244)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C82D9 color. Also use rgb(108,130,217) instead hex code.

Text Font Color

.myTextColor { color: #6C82D9; }

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

This text font color is #6C82D9.


Background Color

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

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

This div background color is #6C82D9.


Border color

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

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

This div border color is #6C82D9.


Opacity

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

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

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

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

This text has shadow with #6C82D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C82D9 on black background.


Color preview on white background

This text has color #6C82D9 on white background.



Black color preview on #6C82D9 background

This text has black color on #6C82D9 background.


White color preview on #6C82D9 background

This text has white color on #6C82D9 background.