COLOR #6FA1F4

HEX: #6FA1F4 RGB: (111,161,244)

Color info

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

RGB color model

#6FA1F4 color RGB value is (111,161,244).

RGB: (111,161,244) (44%, 63%, 96%)

RGB channels and saturation

R 111 of 255 = 44%
G 161 of 255 = 63%
B 244 of 255 = 96%

111
161
244

R + G + B ~ 68%. #6FA1F4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 161 + 244 = 516 (100%)
R 111 of 516 ~ 21.51%
G 161 of 516 ~ 31.2%
B 244 of 516 ~ 47.29'%

%21.51
%31.2
%47.29

CMYK color model

#6FA1F4 color CMYK value is (55,34,0,4).

  • cyan value is 54.51%
  • magenta value is 34.02%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (55,34,0,4)
C55M34Y0K4 (55%, 34%, 0%, 4%)
(0.55 / 0.34 / 0.00 / 0.04)

CMYK percentages

%54.51
%34.02
%0
%4.31

Codes

Color #6FA1F4 in popluar color models

6F A1 F4
RGB 111 161 244
HSL 217° 85.81% 69.61%
HSB/HSV 217° 54.51% 95.69%
CMYK 54.51% 34.02% 0.00%
4.31%

Color #6FA1F4 in popluar number systems.

HEX 6F A1 F4
Decimal 111 161 244
Binary 1101111 10100001 11110100
Octal 157 241 364

Shades and tints

Shades of #6FA1F4

#6FA1F4
(111,161,244)
#6593DE
(101,147,222)
#5B85C8
(91,133,200)
#5177B2
(81,119,178)
#47699C
(71,105,156)
#3D5B86
(61,91,134)
#334D70
(51,77,112)
#293F5A
(41,63,90)
#1F3144
(31,49,68)
#15232E
(21,35,46)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6FA1F4

#6FA1F4
(111,161,244)
#7CA9F5
(124,169,245)
#89B1F6
(137,177,246)
#96B9F7
(150,185,247)
#A3C1F8
(163,193,248)
#B0C9F9
(176,201,249)
#BDD1FA
(189,209,250)
#CAD9FB
(202,217,251)
#D7E1FC
(215,225,252)
#E4E9FD
(228,233,253)
#F1F1FE
(241,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA1F4 color. Also use rgb(111,161,244) instead hex code.

Text Font Color

.myTextColor { color: #6FA1F4; }

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

This text font color is #6FA1F4.

Background Color

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

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

This div background color is #6FA1F4.

Border color

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

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

This div border color is #6FA1F4.

Opacity

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

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

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

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

This text has shadow with #6FA1F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA1F4.

Preview

Color preview on black background

This text has color #6FA1F4 on black background.


Color preview on white background

This text has color #6FA1F4 on white background.


Black color preview on #6FA1F4 background

This text has black color on #6FA1F4 background.


White color preview on #6FA1F4 background

This text has white color on #6FA1F4 background.


Related colors

Complementary color

Complementary color for #hex is #905E0B.


I love getcolorcode.com

Triadic colors

1 #F46FA1 and #A1F46F with #6FA1F4 are triadic colors.

2 #F4A16F and #A16FF4 with #6FA1F4 are triadic colors.