COLOR #6F72C5

HEX: #6F72C5
RGB: (111,114,197)

Color info

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

RGB color model

#6F72C5 color RGB value is (111,114,197).

  • red value is 111;
  • green value is 114;
  • blue value is 197.
RGB:
(111,114,197)
(44%,45%,77%)

RGB channels and saturation

R 111 of 255 = 44%
G 114 of 255 = 45%
B 197 of 255 = 77%

111
114
197

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

Portions of RGB colors in percentages

R + G + B =
111 + 114 + 197 = 422 (100%)
R 111 of 422 ~ 26.3%
G 114 of 422 ~ 27.01%
B 197 of 422 ~ 46.68%

%26.3
%27.01
%46.68

CMYK color model

#6F72C5 color CMYK value is (44,42,0,23).

  • cyan value is 43.65%
  • magenta value is 42.13%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(44,42,0,23)
C44M42Y0K23 
(44%,42%,0%,23%)
(0.44/0.42/0.00/0.23)	

CMYK percentages

%43.65
%42.13
%0
%22.75

Codes

Color #6F72C5 in popluar color models

6F72C5
RGB111114197
HSL238°42.57%60.39%
HSB/HSV238°43.65%77.25%
CMYK43.65%42.13%0.00%
22.75%

Color #6F72C5 in popluar number systems.

HEX6F72C5
Decimal111114197
Binary1101111111001011000101
Octal157162305

Shades and tints

Shades of #6F72C5

#6F72C5
(111,114,197)
#6568B4
(101,104,180)
#5B5EA3
(91,94,163)
#515492
(81,84,146)
#474A81
(71,74,129)
#3D4070
(61,64,112)
#33365F
(51,54,95)
#292C4E
(41,44,78)
#1F223D
(31,34,61)
#15182C
(21,24,44)
#0B0E1B
(11,14,27)
#000000
(0,0,0)

Tints of #6F72C5

#6F72C5
(111,114,197)
#7C7ECA
(124,126,202)
#898ACF
(137,138,207)
#9696D4
(150,150,212)
#A3A2D9
(163,162,217)
#B0AEDE
(176,174,222)
#BDBAE3
(189,186,227)
#CAC6E8
(202,198,232)
#D7D2ED
(215,210,237)
#E4DEF2
(228,222,242)
#F1EAF7
(241,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F72C5 color. Also use rgb(111,114,197) instead hex code.

Text Font Color

.myTextColor { color: #6F72C5; }

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

This text font color is #6F72C5.


Background Color

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

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

This div background color is #6F72C5.


Border color

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

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

This div border color is #6F72C5.


Opacity

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

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

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

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

This text has shadow with #6F72C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F72C5 on black background.


Color preview on white background

This text has color #6F72C5 on white background.



Black color preview on #6F72C5 background

This text has black color on #6F72C5 background.


White color preview on #6F72C5 background

This text has white color on #6F72C5 background.