COLOR #6FAFF8

HEX: #6FAFF8
RGB: (111,175,248)

Color info

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

RGB color model

#6FAFF8 color RGB value is (111,175,248).

  • red value is 111;
  • green value is 175;
  • blue value is 248.
RGB:
(111,175,248)
(44%,69%,97%)

RGB channels and saturation

R 111 of 255 = 44%
G 175 of 255 = 69%
B 248 of 255 = 97%

111
175
248

R + G + B ~ 70%. #6FAFF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 175 + 248 = 534 (100%)
R 111 of 534 ~ 20.79%
G 175 of 534 ~ 32.77%
B 248 of 534 ~ 46.44%

%20.79
%32.77
%46.44

CMYK color model

#6FAFF8 color CMYK value is (55,29,0,3).

  • cyan value is 55.24%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(55,29,0,3)
C55M29Y0K3 
(55%,29%,0%,3%)
(0.55/0.29/0.00/0.03)	

CMYK percentages

%55.24
%29.44
%0
%2.75

Codes

Color #6FAFF8 in popluar color models

6FAFF8
RGB111175248
HSL212°90.73%70.39%
HSB/HSV212°55.24%97.25%
CMYK55.24%29.44%0.00%
2.75%

Color #6FAFF8 in popluar number systems.

HEX6FAFF8
Decimal111175248
Binary11011111010111111111000
Octal157257370

Shades and tints

Shades of #6FAFF8

#6FAFF8
(111,175,248)
#65A0E2
(101,160,226)
#5B91CC
(91,145,204)
#5182B6
(81,130,182)
#4773A0
(71,115,160)
#3D648A
(61,100,138)
#335574
(51,85,116)
#29465E
(41,70,94)
#1F3748
(31,55,72)
#152832
(21,40,50)
#0B191C
(11,25,28)
#000000
(0,0,0)

Tints of #6FAFF8

#6FAFF8
(111,175,248)
#7CB6F8
(124,182,248)
#89BDF8
(137,189,248)
#96C4F8
(150,196,248)
#A3CBF8
(163,203,248)
#B0D2F8
(176,210,248)
#BDD9F8
(189,217,248)
#CAE0F8
(202,224,248)
#D7E7F8
(215,231,248)
#E4EEF8
(228,238,248)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FAFF8 color. Also use rgb(111,175,248) instead hex code.

Text Font Color

.myTextColor { color: #6FAFF8; }

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

This text font color is #6FAFF8.


Background Color

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

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

This div background color is #6FAFF8.


Border color

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

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

This div border color is #6FAFF8.


Opacity

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

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

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

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

This text has shadow with #6FAFF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FAFF8 on black background.


Color preview on white background

This text has color #6FAFF8 on white background.



Black color preview on #6FAFF8 background

This text has black color on #6FAFF8 background.


White color preview on #6FAFF8 background

This text has white color on #6FAFF8 background.