COLOR #6F60E9

HEX: #6F60E9
RGB: (111,96,233)

Color info

#6F60E9 contains mainly blue color. Web safe color of #6F60E9 is #6666FF (or #66F).

RGB color model

#6F60E9 color RGB value is (111,96,233).

  • red value is 111;
  • green value is 96;
  • blue value is 233.
RGB:
(111,96,233)
(44%,38%,91%)

RGB channels and saturation

R 111 of 255 = 44%
G 96 of 255 = 38%
B 233 of 255 = 91%

111
96
233

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

Portions of RGB colors in percentages

R + G + B =
111 + 96 + 233 = 440 (100%)
R 111 of 440 ~ 25.23%
G 96 of 440 ~ 21.82%
B 233 of 440 ~ 52.95%

%25.23
%21.82
%52.95

CMYK color model

#6F60E9 color CMYK value is (52,59,0,9).

  • cyan value is 52.36%
  • magenta value is 58.80%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(52,59,0,9)
C52M59Y0K9 
(52%,59%,0%,9%)
(0.52/0.59/0.00/0.09)	

CMYK percentages

%52.36
%58.8
%0
%8.63

Codes

Color #6F60E9 in popluar color models

6F60E9
RGB11196233
HSL247°75.69%64.51%
HSB/HSV247°58.80%91.37%
CMYK52.36%58.80%0.00%
8.63%

Color #6F60E9 in popluar number systems.

HEX6F60E9
Decimal11196233
Binary1101111110000011101001
Octal157140351

Shades and tints

Shades of #6F60E9

#6F60E9
(111,96,233)
#6558D4
(101,88,212)
#5B50BF
(91,80,191)
#5148AA
(81,72,170)
#474095
(71,64,149)
#3D3880
(61,56,128)
#33306B
(51,48,107)
#292856
(41,40,86)
#1F2041
(31,32,65)
#15182C
(21,24,44)
#0B1017
(11,16,23)
#000000
(0,0,0)

Tints of #6F60E9

#6F60E9
(111,96,233)
#7C6EEB
(124,110,235)
#897CED
(137,124,237)
#968AEF
(150,138,239)
#A398F1
(163,152,241)
#B0A6F3
(176,166,243)
#BDB4F5
(189,180,245)
#CAC2F7
(202,194,247)
#D7D0F9
(215,208,249)
#E4DEFB
(228,222,251)
#F1ECFD
(241,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F60E9 color. Also use rgb(111,96,233) instead hex code.

Text Font Color

.myTextColor { color: #6F60E9; }

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

This text font color is #6F60E9.


Background Color

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

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

This div background color is #6F60E9.


Border color

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

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

This div border color is #6F60E9.


Opacity

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

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

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

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

This text has shadow with #6F60E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F60E9 on black background.


Color preview on white background

This text has color #6F60E9 on white background.



Black color preview on #6F60E9 background

This text has black color on #6F60E9 background.


White color preview on #6F60E9 background

This text has white color on #6F60E9 background.