COLOR #6D99C7

HEX: #6D99C7
RGB: (109,153,199)

Renk bilgisi

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

RGB renk modeli

#6D99C7 color RGB value is (109,153,199).

  • kırmız ton 109;
  • yeşil ton 153;
  • mavi ton 199.
RGB:
(109,153,199)
(43%,60%,78%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 153 of 255 = 60%
B 199 of 255 = 78%

109
153
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 153 + 199 = 461 (100%)
R 109 of 461 ~ 23.64%
G 153 of 461 ~ 33.19%
B 199 of 461 ~ 43.17%

%23.64
%33.19
%43.17

CMYK RENK MODELİ

#6D99C7 rengi CMYK tonu (45,23,0,22).

  • camgöbeği tonu 45.23%
  • eflatun tonu 23.12%
  • sarı tonu 0.00%
  • ana renk tonu 21.96%
CMYK:
(45,23,0,22)
C45M23Y0K22 
(45%,23%,0%,22%)
(0.45/0.23/0.00/0.22)	

CMYK yüzdeleri

%45.23
%23.12
%0
%21.96

Codes

Color #6D99C7 in popluar color models

6D99C7
RGB109153199
HSL211°44.55%60.39%
HSB/HSV211°45.23%78.04%
CMYK45.23%23.12%0.00%
21.96%

Color #6D99C7 in popluar number systems.

HEX6D99C7
Decimal109153199
Binary11011011001100111000111
Octal155231307

Shades and tints

Shades of #6D99C7

#6D99C7
(109,153,199)
#648CB5
(100,140,181)
#5B7FA3
(91,127,163)
#527291
(82,114,145)
#49657F
(73,101,127)
#40586D
(64,88,109)
#374B5B
(55,75,91)
#2E3E49
(46,62,73)
#253137
(37,49,55)
#1C2425
(28,36,37)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #6D99C7

#6D99C7
(109,153,199)
#7AA2CC
(122,162,204)
#87ABD1
(135,171,209)
#94B4D6
(148,180,214)
#A1BDDB
(161,189,219)
#AEC6E0
(174,198,224)
#BBCFE5
(187,207,229)
#C8D8EA
(200,216,234)
#D5E1EF
(213,225,239)
#E2EAF4
(226,234,244)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D99C7 color. Also use rgb(109,153,199) instead hex code.

Text Font Color

.myTextColor { color: #6D99C7; }

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

This text font color is #6D99C7.


Background Color

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

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

This div background color is #6D99C7.


Border color

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

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

This div border color is #6D99C7.


Opacity

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

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

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

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

This text has shadow with #6D99C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D99C7 on black background.


Color preview on white background

This text has color #6D99C7 on white background.



Black color preview on #6D99C7 background

This text has black color on #6D99C7 background.


White color preview on #6D99C7 background

This text has white color on #6D99C7 background.