COLOR #6FA7EE

HEX: #6FA7EE RGB: (111,167,238)

Color info

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

RGB color model

#6FA7EE color RGB value is (111,167,238).

RGB: (111,167,238) (44%, 65%, 93%)

RGB channels and saturation

R 111 of 255 = 44%
G 167 of 255 = 65%
B 238 of 255 = 93%

111
167
238

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

Portions of RGB colors in percentages

R + G + B = 111 + 167 + 238 = 516 (100%)
R 111 of 516 ~ 21.51%
G 167 of 516 ~ 32.36%
B 238 of 516 ~ 46.12'%

%21.51
%32.36
%46.12

CMYK color model

#6FA7EE color CMYK value is (53,30,0,7).

  • cyan value is 53.36%
  • magenta value is 29.83%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (53,30,0,7)
C53M30Y0K7 (53%, 30%, 0%, 7%)
(0.53 / 0.30 / 0.00 / 0.07)

CMYK percentages

%53.36
%29.83
%0
%6.67

Codes

Color #6FA7EE in popluar color models

6F A7 EE
RGB 111 167 238
HSL 214° 78.88% 68.43%
HSB/HSV 214° 53.36% 93.33%
CMYK 53.36% 29.83% 0.00%
6.67%

Color #6FA7EE in popluar number systems.

HEX 6F A7 EE
Decimal 111 167 238
Binary 1101111 10100111 11101110
Octal 157 247 356

Shades and tints

Shades of #6FA7EE

#6FA7EE
(111,167,238)
#6598D9
(101,152,217)
#5B89C4
(91,137,196)
#517AAF
(81,122,175)
#476B9A
(71,107,154)
#3D5C85
(61,92,133)
#334D70
(51,77,112)
#293E5B
(41,62,91)
#1F2F46
(31,47,70)
#152031
(21,32,49)
#0B111C
(11,17,28)
#000000
(0,0,0)

Tints of #6FA7EE

#6FA7EE
(111,167,238)
#7CAFEF
(124,175,239)
#89B7F0
(137,183,240)
#96BFF1
(150,191,241)
#A3C7F2
(163,199,242)
#B0CFF3
(176,207,243)
#BDD7F4
(189,215,244)
#CADFF5
(202,223,245)
#D7E7F6
(215,231,246)
#E4EFF7
(228,239,247)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA7EE color. Also use rgb(111,167,238) instead hex code.

Text Font Color

.myTextColor { color: #6FA7EE; }

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

This text font color is #6FA7EE.

Background Color

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

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

This div background color is #6FA7EE.

Border color

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

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

This div border color is #6FA7EE.

Opacity

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

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

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

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

This text has shadow with #6FA7EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA7EE.

Preview

Color preview on black background

This text has color #6FA7EE on black background.


Color preview on white background

This text has color #6FA7EE on white background.


Black color preview on #6FA7EE background

This text has black color on #6FA7EE background.


White color preview on #6FA7EE background

This text has white color on #6FA7EE background.


Related colors

Complementary color

Complementary color for #hex is #905811.


I love getcolorcode.com

Triadic colors

1 #EE6FA7 and #A7EE6F with #6FA7EE are triadic colors.

2 #EEA76F and #A76FEE with #6FA7EE are triadic colors.