COLOR #6E99BD

HEX: #6E99BD
RGB: (110,153,189)

Renk bilgisi

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

RGB renk modeli

#6E99BD color RGB value is (110,153,189).

  • kırmız ton 110;
  • yeşil ton 153;
  • mavi ton 189.
RGB:
(110,153,189)
(43%,60%,74%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 153 of 255 = 60%
B 189 of 255 = 74%

110
153
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 153 + 189 = 452 (100%)
R 110 of 452 ~ 24.34%
G 153 of 452 ~ 33.85%
B 189 of 452 ~ 41.81%

%24.34
%33.85
%41.81

CMYK RENK MODELİ

#6E99BD rengi CMYK tonu (42,19,0,26).

  • camgöbeği tonu 41.80%
  • eflatun tonu 19.05%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(42,19,0,26)
C42M19Y0K26 
(42%,19%,0%,26%)
(0.42/0.19/0.00/0.26)	

CMYK yüzdeleri

%41.8
%19.05
%0
%25.88

Codes

Color #6E99BD in popluar color models

6E99BD
RGB110153189
HSL207°37.44%58.63%
HSB/HSV207°41.80%74.12%
CMYK41.80%19.05%0.00%
25.88%

Color #6E99BD in popluar number systems.

HEX6E99BD
Decimal110153189
Binary11011101001100110111101
Octal156231275

Shades and tints

Shades of #6E99BD

#6E99BD
(110,153,189)
#648CAC
(100,140,172)
#5A7F9B
(90,127,155)
#50728A
(80,114,138)
#466579
(70,101,121)
#3C5868
(60,88,104)
#324B57
(50,75,87)
#283E46
(40,62,70)
#1E3135
(30,49,53)
#142424
(20,36,36)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #6E99BD

#6E99BD
(110,153,189)
#7BA2C3
(123,162,195)
#88ABC9
(136,171,201)
#95B4CF
(149,180,207)
#A2BDD5
(162,189,213)
#AFC6DB
(175,198,219)
#BCCFE1
(188,207,225)
#C9D8E7
(201,216,231)
#D6E1ED
(214,225,237)
#E3EAF3
(227,234,243)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E99BD color. Also use rgb(110,153,189) instead hex code.

Text Font Color

.myTextColor { color: #6E99BD; }

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

This text font color is #6E99BD.


Background Color

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

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

This div background color is #6E99BD.


Border color

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

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

This div border color is #6E99BD.


Opacity

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

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

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

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

This text has shadow with #6E99BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E99BD on black background.


Color preview on white background

This text has color #6E99BD on white background.



Black color preview on #6E99BD background

This text has black color on #6E99BD background.


White color preview on #6E99BD background

This text has white color on #6E99BD background.