COLOR #6996CC

HEX: #6996CC
RGB: (105,150,204)

Renk bilgisi

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

RGB renk modeli

#6996CC color RGB value is (105,150,204).

  • kırmız ton 105;
  • yeşil ton 150;
  • mavi ton 204.
RGB:
(105,150,204)
(41%,59%,80%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 150 of 255 = 59%
B 204 of 255 = 80%

105
150
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 150 + 204 = 459 (100%)
R 105 of 459 ~ 22.88%
G 150 of 459 ~ 32.68%
B 204 of 459 ~ 44.44%

%22.88
%32.68
%44.44

CMYK RENK MODELİ

#6996CC rengi CMYK tonu (49,26,0,20).

  • camgöbeği tonu 48.53%
  • eflatun tonu 26.47%
  • sarı tonu 0.00%
  • ana renk tonu 20.00%
CMYK:
(49,26,0,20)
C49M26Y0K20 
(49%,26%,0%,20%)
(0.49/0.26/0.00/0.20)	

CMYK yüzdeleri

%48.53
%26.47
%0
%20

Codes

Color #6996CC in popluar color models

6996CC
RGB105150204
HSL213°49.25%60.59%
HSB/HSV213°48.53%80.00%
CMYK48.53%26.47%0.00%
20.00%

Color #6996CC in popluar number systems.

HEX6996CC
Decimal105150204
Binary11010011001011011001100
Octal151226314

Shades and tints

Shades of #6996CC

#6996CC
(105,150,204)
#6089BA
(96,137,186)
#577CA8
(87,124,168)
#4E6F96
(78,111,150)
#456284
(69,98,132)
#3C5572
(60,85,114)
#334860
(51,72,96)
#2A3B4E
(42,59,78)
#212E3C
(33,46,60)
#18212A
(24,33,42)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #6996CC

#6996CC
(105,150,204)
#769FD0
(118,159,208)
#83A8D4
(131,168,212)
#90B1D8
(144,177,216)
#9DBADC
(157,186,220)
#AAC3E0
(170,195,224)
#B7CCE4
(183,204,228)
#C4D5E8
(196,213,232)
#D1DEEC
(209,222,236)
#DEE7F0
(222,231,240)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6996CC color. Also use rgb(105,150,204) instead hex code.

Text Font Color

.myTextColor { color: #6996CC; }

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

This text font color is #6996CC.


Background Color

.myBgColor { background-color: #6996CC; }

<div style="background-color:#6996CC">Inner text</div>

This div background color is #6996CC.


Border color

.myBorderColor { border: 1px solid #6996CC; }

<div style="border:3px solid #6996CC">Div</div>

This div border color is #6996CC.


Opacity

.myOpacity80 { color: #6996CC; opacity: 0.8; }

<p style="color:#6996CC;opacity:0.8;">80%</p>

Text with #6996CC 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 #6996CC;}

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

This text has shadow with #6996CC color.

.textShadow {text-shadow: 3px 3px 1px #6996CC, 3px 3px 1px red;}

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

This text has shadow with #6996CC primary color and red secondary color.


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

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

This text has shadow with #6996CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6996CC on black background.


Color preview on white background

This text has color #6996CC on white background.



Black color preview on #6996CC background

This text has black color on #6996CC background.


White color preview on #6996CC background

This text has white color on #6996CC background.