COLOR #6C9DBE

HEX: #6C9DBE
RGB: (108,157,190)

Renk bilgisi

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

RGB renk modeli

#6C9DBE color RGB value is (108,157,190).

  • kırmız ton 108;
  • yeşil ton 157;
  • mavi ton 190.
RGB:
(108,157,190)
(42%,62%,75%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 157 of 255 = 62%
B 190 of 255 = 75%

108
157
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 157 + 190 = 455 (100%)
R 108 of 455 ~ 23.74%
G 157 of 455 ~ 34.51%
B 190 of 455 ~ 41.76%

%23.74
%34.51
%41.76

CMYK RENK MODELİ

#6C9DBE rengi CMYK tonu (43,17,0,25).

  • camgöbeği tonu 43.16%
  • eflatun tonu 17.37%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(43,17,0,25)
C43M17Y0K25 
(43%,17%,0%,25%)
(0.43/0.17/0.00/0.25)	

CMYK yüzdeleri

%43.16
%17.37
%0
%25.49

Codes

Color #6C9DBE in popluar color models

6C9DBE
RGB108157190
HSL204°38.68%58.43%
HSB/HSV204°43.16%74.51%
CMYK43.16%17.37%0.00%
25.49%

Color #6C9DBE in popluar number systems.

HEX6C9DBE
Decimal108157190
Binary11011001001110110111110
Octal154235276

Shades and tints

Shades of #6C9DBE

#6C9DBE
(108,157,190)
#638FAD
(99,143,173)
#5A819C
(90,129,156)
#51738B
(81,115,139)
#48657A
(72,101,122)
#3F5769
(63,87,105)
#364958
(54,73,88)
#2D3B47
(45,59,71)
#242D36
(36,45,54)
#1B1F25
(27,31,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #6C9DBE

#6C9DBE
(108,157,190)
#79A5C3
(121,165,195)
#86ADC8
(134,173,200)
#93B5CD
(147,181,205)
#A0BDD2
(160,189,210)
#ADC5D7
(173,197,215)
#BACDDC
(186,205,220)
#C7D5E1
(199,213,225)
#D4DDE6
(212,221,230)
#E1E5EB
(225,229,235)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9DBE color. Also use rgb(108,157,190) instead hex code.

Text Font Color

.myTextColor { color: #6C9DBE; }

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

This text font color is #6C9DBE.


Background Color

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

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

This div background color is #6C9DBE.


Border color

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

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

This div border color is #6C9DBE.


Opacity

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

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

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

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

This text has shadow with #6C9DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9DBE on black background.


Color preview on white background

This text has color #6C9DBE on white background.



Black color preview on #6C9DBE background

This text has black color on #6C9DBE background.


White color preview on #6C9DBE background

This text has white color on #6C9DBE background.