COLOR #6FB3E1

HEX: #6FB3E1
RGB: (111,179,225)

Color info

#6FB3E1 contains mainly green and blue colors. Web safe color of #6FB3E1 is #6699CC (or #69C).

RGB color model

#6FB3E1 color RGB value is (111,179,225).

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

RGB channels and saturation

R 111 of 255 = 44%
G 179 of 255 = 70%
B 225 of 255 = 88%

111
179
225

R + G + B ~ 67%. #6FB3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 179 + 225 = 515 (100%)
R 111 of 515 ~ 21.55%
G 179 of 515 ~ 34.76%
B 225 of 515 ~ 43.69%

%21.55
%34.76
%43.69

CMYK color model

#6FB3E1 color CMYK value is (51,20,0,12).

  • cyan value is 50.67%
  • magenta value is 20.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(51,20,0,12)
C51M20Y0K12 
(51%,20%,0%,12%)
(0.51/0.20/0.00/0.12)	

CMYK percentages

%50.67
%20.44
%0
%11.76

Codes

Color #6FB3E1 in popluar color models

6FB3E1
RGB111179225
HSL204°65.52%65.88%
HSB/HSV204°50.67%88.24%
CMYK50.67%20.44%0.00%
11.76%

Color #6FB3E1 in popluar number systems.

HEX6FB3E1
Decimal111179225
Binary11011111011001111100001
Octal157263341

Shades and tints

Shades of #6FB3E1

#6FB3E1
(111,179,225)
#65A3CD
(101,163,205)
#5B93B9
(91,147,185)
#5183A5
(81,131,165)
#477391
(71,115,145)
#3D637D
(61,99,125)
#335369
(51,83,105)
#294355
(41,67,85)
#1F3341
(31,51,65)
#15232D
(21,35,45)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #6FB3E1

#6FB3E1
(111,179,225)
#7CB9E3
(124,185,227)
#89BFE5
(137,191,229)
#96C5E7
(150,197,231)
#A3CBE9
(163,203,233)
#B0D1EB
(176,209,235)
#BDD7ED
(189,215,237)
#CADDEF
(202,221,239)
#D7E3F1
(215,227,241)
#E4E9F3
(228,233,243)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FB3E1; }

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

This text font color is #6FB3E1.


Background Color

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

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

This div background color is #6FB3E1.


Border color

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

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

This div border color is #6FB3E1.


Opacity

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

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

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

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

This text has shadow with #6FB3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FB3E1 on black background.


Color preview on white background

This text has color #6FB3E1 on white background.



Black color preview on #6FB3E1 background

This text has black color on #6FB3E1 background.


White color preview on #6FB3E1 background

This text has white color on #6FB3E1 background.