COLOR #6696B9

HEX: #6696B9
RGB: (102,150,185)

Renk bilgisi

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

RGB renk modeli

#6696B9 color RGB value is (102,150,185).

  • kırmız ton 102;
  • yeşil ton 150;
  • mavi ton 185.
RGB:
(102,150,185)
(40%,59%,73%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 150 of 255 = 59%
B 185 of 255 = 73%

102
150
185

R + G + B ~ 57%. #6696B9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 150 + 185 = 437 (100%)
R 102 of 437 ~ 23.34%
G 150 of 437 ~ 34.32%
B 185 of 437 ~ 42.33%

%23.34
%34.32
%42.33

CMYK RENK MODELİ

#6696B9 rengi CMYK tonu (45,19,0,27).

  • camgöbeği tonu 44.86%
  • eflatun tonu 18.92%
  • sarı tonu 0.00%
  • ana renk tonu 27.45%
CMYK:
(45,19,0,27)
C45M19Y0K27 
(45%,19%,0%,27%)
(0.45/0.19/0.00/0.27)	

CMYK yüzdeleri

%44.86
%18.92
%0
%27.45

Codes

Color #6696B9 in popluar color models

6696B9
RGB102150185
HSL205°37.22%56.27%
HSB/HSV205°44.86%72.55%
CMYK44.86%18.92%0.00%
27.45%

Color #6696B9 in popluar number systems.

HEX6696B9
Decimal102150185
Binary11001101001011010111001
Octal146226271

Shades and tints

Shades of #6696B9

#6696B9
(102,150,185)
#5D89A9
(93,137,169)
#547C99
(84,124,153)
#4B6F89
(75,111,137)
#426279
(66,98,121)
#395569
(57,85,105)
#304859
(48,72,89)
#273B49
(39,59,73)
#1E2E39
(30,46,57)
#152129
(21,33,41)
#0C1419
(12,20,25)
#000000
(0,0,0)

Tints of #6696B9

#6696B9
(102,150,185)
#739FBF
(115,159,191)
#80A8C5
(128,168,197)
#8DB1CB
(141,177,203)
#9ABAD1
(154,186,209)
#A7C3D7
(167,195,215)
#B4CCDD
(180,204,221)
#C1D5E3
(193,213,227)
#CEDEE9
(206,222,233)
#DBE7EF
(219,231,239)
#E8F0F5
(232,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6696B9 color. Also use rgb(102,150,185) instead hex code.

Text Font Color

.myTextColor { color: #6696B9; }

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

This text font color is #6696B9.


Background Color

.myBgColor { background-color: #6696B9; }

<div style="background-color:#6696B9">Inner text</div>

This div background color is #6696B9.


Border color

.myBorderColor { border: 1px solid #6696B9; }

<div style="border:3px solid #6696B9">Div</div>

This div border color is #6696B9.


Opacity

.myOpacity80 { color: #6696B9; opacity: 0.8; }

<p style="color:#6696B9;opacity:0.8;">80%</p>

Text with #6696B9 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 #6696B9;}

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

This text has shadow with #6696B9 color.

.textShadow {text-shadow: 3px 3px 1px #6696B9, 3px 3px 1px red;}

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

This text has shadow with #6696B9 primary color and red secondary color.


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

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

This text has shadow with #6696B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6696B9 on black background.


Color preview on white background

This text has color #6696B9 on white background.



Black color preview on #6696B9 background

This text has black color on #6696B9 background.


White color preview on #6696B9 background

This text has white color on #6696B9 background.