COLOR #6FB9F9

HEX: #6FB9F9
RGB: (111,185,249)

Renk bilgisi

#6FB9F9 contains mainly blue color. #6FB9F9 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#6FB9F9 color RGB value is (111,185,249).

  • kırmız ton 111;
  • yeşil ton 185;
  • mavi ton 249.
RGB:
(111,185,249)
(44%,73%,98%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 185 of 255 = 73%
B 249 of 255 = 98%

111
185
249

R + G + B ~ 72%. #6FB9F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 185 + 249 = 545 (100%)
R 111 of 545 ~ 20.37%
G 185 of 545 ~ 33.94%
B 249 of 545 ~ 45.69%

%20.37
%33.94
%45.69

CMYK RENK MODELİ

#6FB9F9 rengi CMYK tonu (55,26,0,2).

  • camgöbeği tonu 55.42%
  • eflatun tonu 25.70%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(55,26,0,2)
C55M26Y0K2 
(55%,26%,0%,2%)
(0.55/0.26/0.00/0.02)	

CMYK yüzdeleri

%55.42
%25.7
%0
%2.35

Codes

Color #6FB9F9 in popluar color models

6FB9F9
RGB111185249
HSL208°92.00%70.59%
HSB/HSV208°55.42%97.65%
CMYK55.42%25.70%0.00%
2.35%

Color #6FB9F9 in popluar number systems.

HEX6FB9F9
Decimal111185249
Binary11011111011100111111001
Octal157271371

Shades and tints

Shades of #6FB9F9

#6FB9F9
(111,185,249)
#65A9E3
(101,169,227)
#5B99CD
(91,153,205)
#5189B7
(81,137,183)
#4779A1
(71,121,161)
#3D698B
(61,105,139)
#335975
(51,89,117)
#29495F
(41,73,95)
#1F3949
(31,57,73)
#152933
(21,41,51)
#0B191D
(11,25,29)
#000000
(0,0,0)

Tints of #6FB9F9

#6FB9F9
(111,185,249)
#7CBFF9
(124,191,249)
#89C5F9
(137,197,249)
#96CBF9
(150,203,249)
#A3D1F9
(163,209,249)
#B0D7F9
(176,215,249)
#BDDDF9
(189,221,249)
#CAE3F9
(202,227,249)
#D7E9F9
(215,233,249)
#E4EFF9
(228,239,249)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB9F9 color. Also use rgb(111,185,249) instead hex code.

Text Font Color

.myTextColor { color: #6FB9F9; }

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

This text font color is #6FB9F9.


Background Color

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

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

This div background color is #6FB9F9.


Border color

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

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

This div border color is #6FB9F9.


Opacity

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

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

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

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

This text has shadow with #6FB9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB9F9 on black background.


Color preview on white background

This text has color #6FB9F9 on white background.



Black color preview on #6FB9F9 background

This text has black color on #6FB9F9 background.


White color preview on #6FB9F9 background

This text has white color on #6FB9F9 background.