COLOR #706FDB

HEX: #706FDB RGB: (112,111,219)

Color info

#706FDB contains mainly blue color. Web safe color of #706FDB is #6666CC (or #66C).

RGB color model

#706FDB color RGB value is (112,111,219).

RGB: (112,111,219) (44%, 44%, 86%)

RGB channels and saturation

R 112 of 255 = 44%
G 111 of 255 = 44%
B 219 of 255 = 86%

112
111
219

R + G + B ~ 58%. #706FDB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 111 + 219 = 442 (100%)
R 112 of 442 ~ 25.34%
G 111 of 442 ~ 25.11%
B 219 of 442 ~ 49.55'%

%25.34
%25.11
%49.55

CMYK color model

#706FDB color CMYK value is (49,49,0,14).

  • cyan value is 48.86%
  • magenta value is 49.32%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (49,49,0,14)
C49M49Y0K14 (49%, 49%, 0%, 14%)
(0.49 / 0.49 / 0.00 / 0.14)

CMYK percentages

%48.86
%49.32
%0
%14.12

Codes

Color #706FDB in popluar color models

70 6F DB
RGB 112 111 219
HSL 241° 60.00% 64.71%
HSB/HSV 241° 49.32% 85.88%
CMYK 48.86% 49.32% 0.00%
14.12%

Color #706FDB in popluar number systems.

HEX 70 6F DB
Decimal 112 111 219
Binary 1110000 1101111 11011011
Octal 160 157 333

Shades and tints

Shades of #706FDB

#706FDB
(112,111,219)
#6665C8
(102,101,200)
#5C5BB5
(92,91,181)
#5251A2
(82,81,162)
#48478F
(72,71,143)
#3E3D7C
(62,61,124)
#343369
(52,51,105)
#2A2956
(42,41,86)
#201F43
(32,31,67)
#161530
(22,21,48)
#0C0B1D
(12,11,29)
#000000
(0,0,0)

Tints of #706FDB

#706FDB
(112,111,219)
#7D7CDE
(125,124,222)
#8A89E1
(138,137,225)
#9796E4
(151,150,228)
#A4A3E7
(164,163,231)
#B1B0EA
(177,176,234)
#BEBDED
(190,189,237)
#CBCAF0
(203,202,240)
#D8D7F3
(216,215,243)
#E5E4F6
(229,228,246)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #706FDB color. Also use rgb(112,111,219) instead hex code.

Text Font Color

.myTextColor { color: #706FDB; }

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

This text font color is #706FDB.

Background Color

.myBgColor { background-color: #706FDB; }

<div style="background-color:#706FDB">Inner text</div>

This div background color is #706FDB.

Border color

.myBorderColor { border: 1px solid #706FDB; }

<div style="border:3px solid #706FDB">Div</div>

This div border color is #706FDB.

Opacity

.myOpacity80 { color: #706FDB; opacity: 0.8; }

<p style="color:#706FDB;opacity:0.8;">80%</p>

Text with #706FDB 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 #706FDB;}

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

This text has shadow with #706FDB color.


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

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

This text has shadow with #706FDB primary color and red secondary color.


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

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

This text has shadow with #706FDB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #706FDB.

Preview

Color preview on black background

This text has color #706FDB on black background.


Color preview on white background

This text has color #706FDB on white background.


Black color preview on #706FDB background

This text has black color on #706FDB background.


White color preview on #706FDB background

This text has white color on #706FDB background.


Related colors

Complementary color

Complementary color for #hex is #8F9024.


I love getcolorcode.com

Triadic colors

1 #DB706F and #6FDB70 with #706FDB are triadic colors.

2 #DB6F70 and #6F70DB with #706FDB are triadic colors.