COLOR #6699BD

HEX: #6699BD
RGB: (102,153,189)

Renk bilgisi

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

RGB renk modeli

#6699BD color RGB value is (102,153,189).

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

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 153 of 255 = 60%
B 189 of 255 = 74%

102
153
189

R + G + B ~ 58%. #6699BD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 153 + 189 = 444 (100%)
R 102 of 444 ~ 22.97%
G 153 of 444 ~ 34.46%
B 189 of 444 ~ 42.57%

%22.97
%34.46
%42.57

CMYK RENK MODELİ

#6699BD rengi CMYK tonu (46,19,0,26).

  • camgöbeği tonu 46.03%
  • eflatun tonu 19.05%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(46,19,0,26)
C46M19Y0K26 
(46%,19%,0%,26%)
(0.46/0.19/0.00/0.26)	

CMYK yüzdeleri

%46.03
%19.05
%0
%25.88

Codes

Color #6699BD in popluar color models

6699BD
RGB102153189
HSL205°39.73%57.06%
HSB/HSV205°46.03%74.12%
CMYK46.03%19.05%0.00%
25.88%

Color #6699BD in popluar number systems.

HEX6699BD
Decimal102153189
Binary11001101001100110111101
Octal146231275

Shades and tints

Shades of #6699BD

#6699BD
(102,153,189)
#5D8CAC
(93,140,172)
#547F9B
(84,127,155)
#4B728A
(75,114,138)
#426579
(66,101,121)
#395868
(57,88,104)
#304B57
(48,75,87)
#273E46
(39,62,70)
#1E3135
(30,49,53)
#152424
(21,36,36)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #6699BD

#6699BD
(102,153,189)
#73A2C3
(115,162,195)
#80ABC9
(128,171,201)
#8DB4CF
(141,180,207)
#9ABDD5
(154,189,213)
#A7C6DB
(167,198,219)
#B4CFE1
(180,207,225)
#C1D8E7
(193,216,231)
#CEE1ED
(206,225,237)
#DBEAF3
(219,234,243)
#E8F3F9
(232,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6699BD color. Also use rgb(102,153,189) instead hex code.

Text Font Color

.myTextColor { color: #6699BD; }

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

This text font color is #6699BD.


Background Color

.myBgColor { background-color: #6699BD; }

<div style="background-color:#6699BD">Inner text</div>

This div background color is #6699BD.


Border color

.myBorderColor { border: 1px solid #6699BD; }

<div style="border:3px solid #6699BD">Div</div>

This div border color is #6699BD.


Opacity

.myOpacity80 { color: #6699BD; opacity: 0.8; }

<p style="color:#6699BD;opacity:0.8;">80%</p>

Text with #6699BD 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 #6699BD;}

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

This text has shadow with #6699BD color.

.textShadow {text-shadow: 3px 3px 1px #6699BD, 3px 3px 1px red;}

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

This text has shadow with #6699BD primary color and red secondary color.


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

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

This text has shadow with #6699BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6699BD on black background.


Color preview on white background

This text has color #6699BD on white background.



Black color preview on #6699BD background

This text has black color on #6699BD background.


White color preview on #6699BD background

This text has white color on #6699BD background.