COLOR #6996CE

HEX: #6996CE
RGB: (105,150,206)

Renk bilgisi

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

RGB renk modeli

#6996CE color RGB value is (105,150,206).

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

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 150 of 255 = 59%
B 206 of 255 = 81%

105
150
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 150 + 206 = 461 (100%)
R 105 of 461 ~ 22.78%
G 150 of 461 ~ 32.54%
B 206 of 461 ~ 44.69%

%22.78
%32.54
%44.69

CMYK RENK MODELİ

#6996CE rengi CMYK tonu (49,27,0,19).

  • camgöbeği tonu 49.03%
  • eflatun tonu 27.18%
  • sarı tonu 0.00%
  • ana renk tonu 19.22%
CMYK:
(49,27,0,19)
C49M27Y0K19 
(49%,27%,0%,19%)
(0.49/0.27/0.00/0.19)	

CMYK yüzdeleri

%49.03
%27.18
%0
%19.22

Codes

Color #6996CE in popluar color models

6996CE
RGB105150206
HSL213°50.75%60.98%
HSB/HSV213°49.03%80.78%
CMYK49.03%27.18%0.00%
19.22%

Color #6996CE in popluar number systems.

HEX6996CE
Decimal105150206
Binary11010011001011011001110
Octal151226316

Shades and tints

Shades of #6996CE

#6996CE
(105,150,206)
#6089BC
(96,137,188)
#577CAA
(87,124,170)
#4E6F98
(78,111,152)
#456286
(69,98,134)
#3C5574
(60,85,116)
#334862
(51,72,98)
#2A3B50
(42,59,80)
#212E3E
(33,46,62)
#18212C
(24,33,44)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #6996CE

#6996CE
(105,150,206)
#769FD2
(118,159,210)
#83A8D6
(131,168,214)
#90B1DA
(144,177,218)
#9DBADE
(157,186,222)
#AAC3E2
(170,195,226)
#B7CCE6
(183,204,230)
#C4D5EA
(196,213,234)
#D1DEEE
(209,222,238)
#DEE7F2
(222,231,242)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6996CE; }

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

This text font color is #6996CE.


Background Color

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

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

This div background color is #6996CE.


Border color

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

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

This div border color is #6996CE.


Opacity

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

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

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

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

This text has shadow with #6996CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6996CE on black background.


Color preview on white background

This text has color #6996CE on white background.



Black color preview on #6996CE background

This text has black color on #6996CE background.


White color preview on #6996CE background

This text has white color on #6996CE background.