COLOR #6C9EBB

HEX: #6C9EBB
RGB: (108,158,187)

Renk bilgisi

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

RGB renk modeli

#6C9EBB color RGB value is (108,158,187).

  • kırmız ton 108;
  • yeşil ton 158;
  • mavi ton 187.
RGB:
(108,158,187)
(42%,62%,73%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 158 of 255 = 62%
B 187 of 255 = 73%

108
158
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 158 + 187 = 453 (100%)
R 108 of 453 ~ 23.84%
G 158 of 453 ~ 34.88%
B 187 of 453 ~ 41.28%

%23.84
%34.88
%41.28

CMYK RENK MODELİ

#6C9EBB rengi CMYK tonu (42,16,0,27).

  • camgöbeği tonu 42.25%
  • eflatun tonu 15.51%
  • sarı tonu 0.00%
  • ana renk tonu 26.67%
CMYK:
(42,16,0,27)
C42M16Y0K27 
(42%,16%,0%,27%)
(0.42/0.16/0.00/0.27)	

CMYK yüzdeleri

%42.25
%15.51
%0
%26.67

Codes

Color #6C9EBB in popluar color models

6C9EBB
RGB108158187
HSL202°36.74%57.84%
HSB/HSV202°42.25%73.33%
CMYK42.25%15.51%0.00%
26.67%

Color #6C9EBB in popluar number systems.

HEX6C9EBB
Decimal108158187
Binary11011001001111010111011
Octal154236273

Shades and tints

Shades of #6C9EBB

#6C9EBB
(108,158,187)
#6390AA
(99,144,170)
#5A8299
(90,130,153)
#517488
(81,116,136)
#486677
(72,102,119)
#3F5866
(63,88,102)
#364A55
(54,74,85)
#2D3C44
(45,60,68)
#242E33
(36,46,51)
#1B2022
(27,32,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #6C9EBB

#6C9EBB
(108,158,187)
#79A6C1
(121,166,193)
#86AEC7
(134,174,199)
#93B6CD
(147,182,205)
#A0BED3
(160,190,211)
#ADC6D9
(173,198,217)
#BACEDF
(186,206,223)
#C7D6E5
(199,214,229)
#D4DEEB
(212,222,235)
#E1E6F1
(225,230,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C9EBB color. Also use rgb(108,158,187) instead hex code.

Text Font Color

.myTextColor { color: #6C9EBB; }

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

This text font color is #6C9EBB.


Background Color

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

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

This div background color is #6C9EBB.


Border color

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

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

This div border color is #6C9EBB.


Opacity

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

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

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

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

This text has shadow with #6C9EBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C9EBB on black background.


Color preview on white background

This text has color #6C9EBB on white background.



Black color preview on #6C9EBB background

This text has black color on #6C9EBB background.


White color preview on #6C9EBB background

This text has white color on #6C9EBB background.