COLOR #6F99B3

HEX: #6F99B3
RGB: (111,153,179)

Renk bilgisi

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

RGB renk modeli

#6F99B3 color RGB value is (111,153,179).

  • kırmız ton 111;
  • yeşil ton 153;
  • mavi ton 179.
RGB:
(111,153,179)
(44%,60%,70%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 153 of 255 = 60%
B 179 of 255 = 70%

111
153
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 153 + 179 = 443 (100%)
R 111 of 443 ~ 25.06%
G 153 of 443 ~ 34.54%
B 179 of 443 ~ 40.41%

%25.06
%34.54
%40.41

CMYK RENK MODELİ

#6F99B3 rengi CMYK tonu (38,15,0,30).

  • camgöbeği tonu 37.99%
  • eflatun tonu 14.53%
  • sarı tonu 0.00%
  • ana renk tonu 29.80%
CMYK:
(38,15,0,30)
C38M15Y0K30 
(38%,15%,0%,30%)
(0.38/0.15/0.00/0.30)	

CMYK yüzdeleri

%37.99
%14.53
%0
%29.8

Codes

Color #6F99B3 in popluar color models

6F99B3
RGB111153179
HSL203°30.91%56.86%
HSB/HSV203°37.99%70.20%
CMYK37.99%14.53%0.00%
29.80%

Color #6F99B3 in popluar number systems.

HEX6F99B3
Decimal111153179
Binary11011111001100110110011
Octal157231263

Shades and tints

Shades of #6F99B3

#6F99B3
(111,153,179)
#658CA3
(101,140,163)
#5B7F93
(91,127,147)
#517283
(81,114,131)
#476573
(71,101,115)
#3D5863
(61,88,99)
#334B53
(51,75,83)
#293E43
(41,62,67)
#1F3133
(31,49,51)
#152423
(21,36,35)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #6F99B3

#6F99B3
(111,153,179)
#7CA2B9
(124,162,185)
#89ABBF
(137,171,191)
#96B4C5
(150,180,197)
#A3BDCB
(163,189,203)
#B0C6D1
(176,198,209)
#BDCFD7
(189,207,215)
#CAD8DD
(202,216,221)
#D7E1E3
(215,225,227)
#E4EAE9
(228,234,233)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F99B3 color. Also use rgb(111,153,179) instead hex code.

Text Font Color

.myTextColor { color: #6F99B3; }

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

This text font color is #6F99B3.


Background Color

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

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

This div background color is #6F99B3.


Border color

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

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

This div border color is #6F99B3.


Opacity

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

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

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

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

This text has shadow with #6F99B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F99B3 on black background.


Color preview on white background

This text has color #6F99B3 on white background.



Black color preview on #6F99B3 background

This text has black color on #6F99B3 background.


White color preview on #6F99B3 background

This text has white color on #6F99B3 background.