COLOR #709EF6

HEX: #709EF6
RGB: (112,158,246)

Color info

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

RGB color model

#709EF6 color RGB value is (112,158,246).

  • red value is 112;
  • green value is 158;
  • blue value is 246.
RGB:
(112,158,246)
(44%,62%,96%)

RGB channels and saturation

R 112 of 255 = 44%
G 158 of 255 = 62%
B 246 of 255 = 96%

112
158
246

R + G + B ~ 67%. #709EF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
112 + 158 + 246 = 516 (100%)
R 112 of 516 ~ 21.71%
G 158 of 516 ~ 30.62%
B 246 of 516 ~ 47.67%

%21.71
%30.62
%47.67

CMYK color model

#709EF6 color CMYK value is (54,36,0,4).

  • cyan value is 54.47%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(54,36,0,4)
C54M36Y0K4 
(54%,36%,0%,4%)
(0.54/0.36/0.00/0.04)	

CMYK percentages

%54.47
%35.77
%0
%3.53

Codes

Color #709EF6 in popluar color models

709EF6
RGB112158246
HSL219°88.16%70.20%
HSB/HSV219°54.47%96.47%
CMYK54.47%35.77%0.00%
3.53%

Color #709EF6 in popluar number systems.

HEX709EF6
Decimal112158246
Binary11100001001111011110110
Octal160236366

Shades and tints

Shades of #709EF6

#709EF6
(112,158,246)
#6690E0
(102,144,224)
#5C82CA
(92,130,202)
#5274B4
(82,116,180)
#48669E
(72,102,158)
#3E5888
(62,88,136)
#344A72
(52,74,114)
#2A3C5C
(42,60,92)
#202E46
(32,46,70)
#162030
(22,32,48)
#0C121A
(12,18,26)
#000000
(0,0,0)

Tints of #709EF6

#709EF6
(112,158,246)
#7DA6F6
(125,166,246)
#8AAEF6
(138,174,246)
#97B6F6
(151,182,246)
#A4BEF6
(164,190,246)
#B1C6F6
(177,198,246)
#BECEF6
(190,206,246)
#CBD6F6
(203,214,246)
#D8DEF6
(216,222,246)
#E5E6F6
(229,230,246)
#F2EEF6
(242,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #709EF6 color. Also use rgb(112,158,246) instead hex code.

Text Font Color

.myTextColor { color: #709EF6; }

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

This text font color is #709EF6.


Background Color

.myBgColor { background-color: #709EF6; }

<div style="background-color:#709EF6">Inner text</div>

This div background color is #709EF6.


Border color

.myBorderColor { border: 1px solid #709EF6; }

<div style="border:3px solid #709EF6">Div</div>

This div border color is #709EF6.


Opacity

.myOpacity80 { color: #709EF6; opacity: 0.8; }

<p style="color:#709EF6;opacity:0.8;">80%</p>

Text with #709EF6 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 #709EF6;}

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

This text has shadow with #709EF6 color.

.textShadow {text-shadow: 3px 3px 1px #709EF6, 3px 3px 1px red;}

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

This text has shadow with #709EF6 primary color and red secondary color.


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

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

This text has shadow with #709EF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #709EF6 on black background.


Color preview on white background

This text has color #709EF6 on white background.



Black color preview on #709EF6 background

This text has black color on #709EF6 background.


White color preview on #709EF6 background

This text has white color on #709EF6 background.