COLOR #8069F6

HEX: #8069F6
RGB: (128,105,246)

Color info

#8069F6 contains mainly blue color. Web safe color of #8069F6 is #6666FF (or #66F).

RGB color model

#8069F6 color RGB value is (128,105,246).

  • red value is 128;
  • green value is 105;
  • blue value is 246.
RGB:
(128,105,246)
(50%,41%,96%)

RGB channels and saturation

R 128 of 255 = 50%
G 105 of 255 = 41%
B 246 of 255 = 96%

128
105
246

R + G + B ~ 62%. #8069F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 105 + 246 = 479 (100%)
R 128 of 479 ~ 26.72%
G 105 of 479 ~ 21.92%
B 246 of 479 ~ 51.36%

%26.72
%21.92
%51.36

CMYK color model

#8069F6 color CMYK value is (48,57,0,4).

  • cyan value is 47.97%
  • magenta value is 57.32%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(48,57,0,4)
C48M57Y0K4 
(48%,57%,0%,4%)
(0.48/0.57/0.00/0.04)	

CMYK percentages

%47.97
%57.32
%0
%3.53

Codes

Color #8069F6 in popluar color models

8069F6
RGB128105246
HSL250°88.68%68.82%
HSB/HSV250°57.32%96.47%
CMYK47.97%57.32%0.00%
3.53%

Color #8069F6 in popluar number systems.

HEX8069F6
Decimal128105246
Binary10000000110100111110110
Octal200151366

Shades and tints

Shades of #8069F6

#8069F6
(128,105,246)
#7560E0
(117,96,224)
#6A57CA
(106,87,202)
#5F4EB4
(95,78,180)
#54459E
(84,69,158)
#493C88
(73,60,136)
#3E3372
(62,51,114)
#332A5C
(51,42,92)
#282146
(40,33,70)
#1D1830
(29,24,48)
#120F1A
(18,15,26)
#000000
(0,0,0)

Tints of #8069F6

#8069F6
(128,105,246)
#8B76F6
(139,118,246)
#9683F6
(150,131,246)
#A190F6
(161,144,246)
#AC9DF6
(172,157,246)
#B7AAF6
(183,170,246)
#C2B7F6
(194,183,246)
#CDC4F6
(205,196,246)
#D8D1F6
(216,209,246)
#E3DEF6
(227,222,246)
#EEEBF6
(238,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8069F6 color. Also use rgb(128,105,246) instead hex code.

Text Font Color

.myTextColor { color: #8069F6; }

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

This text font color is #8069F6.


Background Color

.myBgColor { background-color: #8069F6; }

<div style="background-color:#8069F6">Inner text</div>

This div background color is #8069F6.


Border color

.myBorderColor { border: 1px solid #8069F6; }

<div style="border:3px solid #8069F6">Div</div>

This div border color is #8069F6.


Opacity

.myOpacity80 { color: #8069F6; opacity: 0.8; }

<p style="color:#8069F6;opacity:0.8;">80%</p>

Text with #8069F6 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 #8069F6;}

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

This text has shadow with #8069F6 color.

.textShadow {text-shadow: 3px 3px 1px #8069F6, 3px 3px 1px red;}

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

This text has shadow with #8069F6 primary color and red secondary color.


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

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

This text has shadow with #8069F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8069F6 on black background.


Color preview on white background

This text has color #8069F6 on white background.



Black color preview on #8069F6 background

This text has black color on #8069F6 background.


White color preview on #8069F6 background

This text has white color on #8069F6 background.