COLOR #6999B1

HEX: #6999B1
RGB: (105,153,177)

Renk bilgisi

#6999B1 contains mainly green and blue colors. #6999B1 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#6999B1 color RGB value is (105,153,177).

  • kırmız ton 105;
  • yeşil ton 153;
  • mavi ton 177.
RGB:
(105,153,177)
(41%,60%,69%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 153 of 255 = 60%
B 177 of 255 = 69%

105
153
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 153 + 177 = 435 (100%)
R 105 of 435 ~ 24.14%
G 153 of 435 ~ 35.17%
B 177 of 435 ~ 40.69%

%24.14
%35.17
%40.69

CMYK RENK MODELİ

#6999B1 rengi CMYK tonu (41,14,0,31).

  • camgöbeği tonu 40.68%
  • eflatun tonu 13.56%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(41,14,0,31)
C41M14Y0K31 
(41%,14%,0%,31%)
(0.41/0.14/0.00/0.31)	

CMYK yüzdeleri

%40.68
%13.56
%0
%30.59

Codes

Color #6999B1 in popluar color models

6999B1
RGB105153177
HSL200°31.58%55.29%
HSB/HSV200°40.68%69.41%
CMYK40.68%13.56%0.00%
30.59%

Color #6999B1 in popluar number systems.

HEX6999B1
Decimal105153177
Binary11010011001100110110001
Octal151231261

Shades and tints

Shades of #6999B1

#6999B1
(105,153,177)
#608CA1
(96,140,161)
#577F91
(87,127,145)
#4E7281
(78,114,129)
#456571
(69,101,113)
#3C5861
(60,88,97)
#334B51
(51,75,81)
#2A3E41
(42,62,65)
#213131
(33,49,49)
#182421
(24,36,33)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #6999B1

#6999B1
(105,153,177)
#76A2B8
(118,162,184)
#83ABBF
(131,171,191)
#90B4C6
(144,180,198)
#9DBDCD
(157,189,205)
#AAC6D4
(170,198,212)
#B7CFDB
(183,207,219)
#C4D8E2
(196,216,226)
#D1E1E9
(209,225,233)
#DEEAF0
(222,234,240)
#EBF3F7
(235,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6999B1 color. Also use rgb(105,153,177) instead hex code.

Text Font Color

.myTextColor { color: #6999B1; }

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

This text font color is #6999B1.


Background Color

.myBgColor { background-color: #6999B1; }

<div style="background-color:#6999B1">Inner text</div>

This div background color is #6999B1.


Border color

.myBorderColor { border: 1px solid #6999B1; }

<div style="border:3px solid #6999B1">Div</div>

This div border color is #6999B1.


Opacity

.myOpacity80 { color: #6999B1; opacity: 0.8; }

<p style="color:#6999B1;opacity:0.8;">80%</p>

Text with #6999B1 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 #6999B1;}

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

This text has shadow with #6999B1 color.

.textShadow {text-shadow: 3px 3px 1px #6999B1, 3px 3px 1px red;}

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

This text has shadow with #6999B1 primary color and red secondary color.


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

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

This text has shadow with #6999B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6999B1 on black background.


Color preview on white background

This text has color #6999B1 on white background.



Black color preview on #6999B1 background

This text has black color on #6999B1 background.


White color preview on #6999B1 background

This text has white color on #6999B1 background.