COLOR #6F7DB2

HEX: #6F7DB2
RGB: (111,125,178)

Color info

#6F7DB2 contains mainly green and blue colors. Web safe color of #6F7DB2 is #666699 (or #669).

RGB color model

#6F7DB2 color RGB value is (111,125,178).

  • red value is 111;
  • green value is 125;
  • blue value is 178.
RGB:
(111,125,178)
(44%,49%,70%)

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 178 of 255 = 70%

111
125
178

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

Portions of RGB colors in percentages

R + G + B =
111 + 125 + 178 = 414 (100%)
R 111 of 414 ~ 26.81%
G 125 of 414 ~ 30.19%
B 178 of 414 ~ 43%

%26.81
%30.19
%43

CMYK color model

#6F7DB2 color CMYK value is (38,30,0,30).

  • cyan value is 37.64%
  • magenta value is 29.78%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(38,30,0,30)
C38M30Y0K30 
(38%,30%,0%,30%)
(0.38/0.30/0.00/0.30)	

CMYK percentages

%37.64
%29.78
%0
%30.2

Codes

Color #6F7DB2 in popluar color models

6F7DB2
RGB111125178
HSL227°30.32%56.67%
HSB/HSV227°37.64%69.80%
CMYK37.64%29.78%0.00%
30.20%

Color #6F7DB2 in popluar number systems.

HEX6F7DB2
Decimal111125178
Binary1101111111110110110010
Octal157175262

Shades and tints

Shades of #6F7DB2

#6F7DB2
(111,125,178)
#6572A2
(101,114,162)
#5B6792
(91,103,146)
#515C82
(81,92,130)
#475172
(71,81,114)
#3D4662
(61,70,98)
#333B52
(51,59,82)
#293042
(41,48,66)
#1F2532
(31,37,50)
#151A22
(21,26,34)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #6F7DB2

#6F7DB2
(111,125,178)
#7C88B9
(124,136,185)
#8993C0
(137,147,192)
#969EC7
(150,158,199)
#A3A9CE
(163,169,206)
#B0B4D5
(176,180,213)
#BDBFDC
(189,191,220)
#CACAE3
(202,202,227)
#D7D5EA
(215,213,234)
#E4E0F1
(228,224,241)
#F1EBF8
(241,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7DB2 color. Also use rgb(111,125,178) instead hex code.

Text Font Color

.myTextColor { color: #6F7DB2; }

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

This text font color is #6F7DB2.


Background Color

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

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

This div background color is #6F7DB2.


Border color

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

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

This div border color is #6F7DB2.


Opacity

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

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

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

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

This text has shadow with #6F7DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7DB2 on black background.


Color preview on white background

This text has color #6F7DB2 on white background.



Black color preview on #6F7DB2 background

This text has black color on #6F7DB2 background.


White color preview on #6F7DB2 background

This text has white color on #6F7DB2 background.