COLOR #6F8DF5

HEX: #6F8DF5 RGB: (111,141,245)

Color info

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

RGB color model

#6F8DF5 color RGB value is (111,141,245).

RGB: (111,141,245) (44%, 55%, 96%)

RGB channels and saturation

R 111 of 255 = 44%
G 141 of 255 = 55%
B 245 of 255 = 96%

111
141
245

R + G + B ~ 65%. #6F8DF5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 141 + 245 = 497 (100%)
R 111 of 497 ~ 22.33%
G 141 of 497 ~ 28.37%
B 245 of 497 ~ 49.3'%

%22.33
%28.37
%49.3

CMYK color model

#6F8DF5 color CMYK value is (55,42,0,4).

  • cyan value is 54.69%
  • magenta value is 42.45%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (55,42,0,4)
C55M42Y0K4 (55%, 42%, 0%, 4%)
(0.55 / 0.42 / 0.00 / 0.04)

CMYK percentages

%54.69
%42.45
%0
%3.92

Codes

Color #6F8DF5 in popluar color models

6F 8D F5
RGB 111 141 245
HSL 227° 87.01% 69.80%
HSB/HSV 227° 54.69% 96.08%
CMYK 54.69% 42.45% 0.00%
3.92%

Color #6F8DF5 in popluar number systems.

HEX 6F 8D F5
Decimal 111 141 245
Binary 1101111 10001101 11110101
Octal 157 215 365

Shades and tints

Shades of #6F8DF5

#6F8DF5
(111,141,245)
#6581DF
(101,129,223)
#5B75C9
(91,117,201)
#5169B3
(81,105,179)
#475D9D
(71,93,157)
#3D5187
(61,81,135)
#334571
(51,69,113)
#29395B
(41,57,91)
#1F2D45
(31,45,69)
#15212F
(21,33,47)
#0B1519
(11,21,25)
#000000
(0,0,0)

Tints of #6F8DF5

#6F8DF5
(111,141,245)
#7C97F5
(124,151,245)
#89A1F5
(137,161,245)
#96ABF5
(150,171,245)
#A3B5F5
(163,181,245)
#B0BFF5
(176,191,245)
#BDC9F5
(189,201,245)
#CAD3F5
(202,211,245)
#D7DDF5
(215,221,245)
#E4E7F5
(228,231,245)
#F1F1F5
(241,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8DF5 color. Also use rgb(111,141,245) instead hex code.

Text Font Color

.myTextColor { color: #6F8DF5; }

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

This text font color is #6F8DF5.

Background Color

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

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

This div background color is #6F8DF5.

Border color

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

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

This div border color is #6F8DF5.

Opacity

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

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

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

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

This text has shadow with #6F8DF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8DF5.

Preview

Color preview on black background

This text has color #6F8DF5 on black background.


Color preview on white background

This text has color #6F8DF5 on white background.


Black color preview on #6F8DF5 background

This text has black color on #6F8DF5 background.


White color preview on #6F8DF5 background

This text has white color on #6F8DF5 background.


Related colors

Complementary color

Complementary color for #hex is #90720A.


I love getcolorcode.com

Triadic colors

1 #F56F8D and #8DF56F with #6F8DF5 are triadic colors.

2 #F58D6F and #8D6FF5 with #6F8DF5 are triadic colors.