COLOR #6E7FF5

HEX: #6E7FF5
RGB: (110,127,245)

Color info

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

RGB color model

#6E7FF5 color RGB value is (110,127,245).

  • red value is 110;
  • green value is 127;
  • blue value is 245.
RGB:
(110,127,245)
(43%,50%,96%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 245 of 255 = 96%

110
127
245

R + G + B ~ 63%. #6E7FF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 127 + 245 = 482 (100%)
R 110 of 482 ~ 22.82%
G 127 of 482 ~ 26.35%
B 245 of 482 ~ 50.83%

%22.82
%26.35
%50.83

CMYK color model

#6E7FF5 color CMYK value is (55,48,0,4).

  • cyan value is 55.10%
  • magenta value is 48.16%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(55,48,0,4)
C55M48Y0K4 
(55%,48%,0%,4%)
(0.55/0.48/0.00/0.04)	

CMYK percentages

%55.1
%48.16
%0
%3.92

Codes

Color #6E7FF5 in popluar color models

6E7FF5
RGB110127245
HSL232°87.10%69.61%
HSB/HSV232°55.10%96.08%
CMYK55.10%48.16%0.00%
3.92%

Color #6E7FF5 in popluar number systems.

HEX6E7FF5
Decimal110127245
Binary1101110111111111110101
Octal156177365

Shades and tints

Shades of #6E7FF5

#6E7FF5
(110,127,245)
#6474DF
(100,116,223)
#5A69C9
(90,105,201)
#505EB3
(80,94,179)
#46539D
(70,83,157)
#3C4887
(60,72,135)
#323D71
(50,61,113)
#28325B
(40,50,91)
#1E2745
(30,39,69)
#141C2F
(20,28,47)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #6E7FF5

#6E7FF5
(110,127,245)
#7B8AF5
(123,138,245)
#8895F5
(136,149,245)
#95A0F5
(149,160,245)
#A2ABF5
(162,171,245)
#AFB6F5
(175,182,245)
#BCC1F5
(188,193,245)
#C9CCF5
(201,204,245)
#D6D7F5
(214,215,245)
#E3E2F5
(227,226,245)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7FF5 color. Also use rgb(110,127,245) instead hex code.

Text Font Color

.myTextColor { color: #6E7FF5; }

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

This text font color is #6E7FF5.


Background Color

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

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

This div background color is #6E7FF5.


Border color

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

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

This div border color is #6E7FF5.


Opacity

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

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

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

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

This text has shadow with #6E7FF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7FF5 on black background.


Color preview on white background

This text has color #6E7FF5 on white background.



Black color preview on #6E7FF5 background

This text has black color on #6E7FF5 background.


White color preview on #6E7FF5 background

This text has white color on #6E7FF5 background.