COLOR #6F70DB

HEX: #6F70DB RGB: (111,112,219)

Color info

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

RGB color model

#6F70DB color RGB value is (111,112,219).

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

RGB channels and saturation

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

111
112
219

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

Portions of RGB colors in percentages

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

%25.11
%25.34
%49.55

CMYK color model

#6F70DB color CMYK value is (49,49,0,14).

  • cyan value is 49.32%
  • magenta value is 48.86%
  • 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

%49.32
%48.86
%0
%14.12

Codes

Color #6F70DB in popluar color models

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

Color #6F70DB in popluar number systems.

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

Shades and tints

Shades of #6F70DB

#6F70DB
(111,112,219)
#6566C8
(101,102,200)
#5B5CB5
(91,92,181)
#5152A2
(81,82,162)
#47488F
(71,72,143)
#3D3E7C
(61,62,124)
#333469
(51,52,105)
#292A56
(41,42,86)
#1F2043
(31,32,67)
#151630
(21,22,48)
#0B0C1D
(11,12,29)
#000000
(0,0,0)

Tints of #6F70DB

#6F70DB
(111,112,219)
#7C7DDE
(124,125,222)
#898AE1
(137,138,225)
#9697E4
(150,151,228)
#A3A4E7
(163,164,231)
#B0B1EA
(176,177,234)
#BDBEED
(189,190,237)
#CACBF0
(202,203,240)
#D7D8F3
(215,216,243)
#E4E5F6
(228,229,246)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F70DB; }

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

This text font color is #6F70DB.

Background Color

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

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

This div background color is #6F70DB.

Border color

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

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

This div border color is #6F70DB.

Opacity

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

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

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

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

This text has shadow with #6F70DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F70DB.

Preview

Color preview on black background

This text has color #6F70DB on black background.


Color preview on white background

This text has color #6F70DB on white background.


Black color preview on #6F70DB background

This text has black color on #6F70DB background.


White color preview on #6F70DB background

This text has white color on #6F70DB background.


Related colors

Complementary color

Complementary color for #hex is #908F24.


I love getcolorcode.com

Triadic colors

1 #DB6F70 and #70DB6F with #6F70DB are triadic colors.

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