COLOR #6FB3F0

HEX: #6FB3F0
RGB: (111,179,240)

Color info

#6FB3F0 contains mainly blue color. Web safe color of #6FB3F0 is #6699FF (or #69F).

RGB color model

#6FB3F0 color RGB value is (111,179,240).

  • red value is 111;
  • green value is 179;
  • blue value is 240.
RGB: (111,179,240) (44%,70%,94%)

RGB channels and saturation

R 111 of 255 = 44%
G 179 of 255 = 70%
B 240 of 255 = 94%

111
179
240

R + G + B ~ 69%. #6FB3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 179 + 240 = 530 (100%)
R 111 of 530 ~ 20.94%
G 179 of 530 ~ 33.77%
B 240 of 530 ~ 45.28%

%20.94
%33.77
%45.28

CMYK color model

#6FB3F0 color CMYK value is (54,25,0,6).

  • cyan value is 53.75%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (54,25,0,6) C54M25Y0K6 (54%,25%,0%,6%) (0.54/0.25/0.00/0.06)

CMYK percentages

%53.75
%25.42
%0
%5.88

Codes

Color #6FB3F0 in popluar color models

6FB3F0
RGB111179240
HSL208°81.13%68.82%
HSB/HSV208°53.75%94.12%
CMYK53.75%25.42%0.00%
5.88%

Color #6FB3F0 in popluar number systems.

HEX6FB3F0
Decimal111179240
Binary11011111011001111110000
Octal157263360

Shades and tints

Shades of #6FB3F0

#6FB3F0
(111,179,240)
#65A3DB
(101,163,219)
#5B93C6
(91,147,198)
#5183B1
(81,131,177)
#47739C
(71,115,156)
#3D6387
(61,99,135)
#335372
(51,83,114)
#29435D
(41,67,93)
#1F3348
(31,51,72)
#152333
(21,35,51)
#0B131E
(11,19,30)
#000000
(0,0,0)

Tints of #6FB3F0

#6FB3F0
(111,179,240)
#7CB9F1
(124,185,241)
#89BFF2
(137,191,242)
#96C5F3
(150,197,243)
#A3CBF4
(163,203,244)
#B0D1F5
(176,209,245)
#BDD7F6
(189,215,246)
#CADDF7
(202,221,247)
#D7E3F8
(215,227,248)
#E4E9F9
(228,233,249)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB3F0; }

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

This text font color is #6FB3F0.


Background Color

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

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

This div background color is #6FB3F0.


Border color

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

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

This div border color is #6FB3F0.


Opacity

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

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

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

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

This text has shadow with #6FB3F0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6FB3F0 on black background.


Color preview on white background

This text has color #6FB3F0 on white background.



Black color preview on #6FB3F0 background

This text has black color on #6FB3F0 background.


White color preview on #6FB3F0 background

This text has white color on #6FB3F0 background.