COLOR #6477E8

HEX: #6477E8
RGB: (100,119,232)

Color info

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

RGB color model

#6477E8 color RGB value is (100,119,232).

  • red value is 100;
  • green value is 119;
  • blue value is 232.
RGB:
(100,119,232)
(39%,47%,91%)

RGB channels and saturation

R 100 of 255 = 39%
G 119 of 255 = 47%
B 232 of 255 = 91%

100
119
232

R + G + B ~ 59%. #6477E8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 119 + 232 = 451 (100%)
R 100 of 451 ~ 22.17%
G 119 of 451 ~ 26.39%
B 232 of 451 ~ 51.44%

%22.17
%26.39
%51.44

CMYK color model

#6477E8 color CMYK value is (57,49,0,9).

  • cyan value is 56.90%
  • magenta value is 48.71%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(57,49,0,9)
C57M49Y0K9 
(57%,49%,0%,9%)
(0.57/0.49/0.00/0.09)	

CMYK percentages

%56.9
%48.71
%0
%9.02

Codes

Color #6477E8 in popluar color models

6477E8
RGB100119232
HSL231°74.16%65.10%
HSB/HSV231°56.90%90.98%
CMYK56.90%48.71%0.00%
9.02%

Color #6477E8 in popluar number systems.

HEX6477E8
Decimal100119232
Binary1100100111011111101000
Octal144167350

Shades and tints

Shades of #6477E8

#6477E8
(100,119,232)
#5B6DD3
(91,109,211)
#5263BE
(82,99,190)
#4959A9
(73,89,169)
#404F94
(64,79,148)
#37457F
(55,69,127)
#2E3B6A
(46,59,106)
#253155
(37,49,85)
#1C2740
(28,39,64)
#131D2B
(19,29,43)
#0A1316
(10,19,22)
#000000
(0,0,0)

Tints of #6477E8

#6477E8
(100,119,232)
#7283EA
(114,131,234)
#808FEC
(128,143,236)
#8E9BEE
(142,155,238)
#9CA7F0
(156,167,240)
#AAB3F2
(170,179,242)
#B8BFF4
(184,191,244)
#C6CBF6
(198,203,246)
#D4D7F8
(212,215,248)
#E2E3FA
(226,227,250)
#F0EFFC
(240,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6477E8 color. Also use rgb(100,119,232) instead hex code.

Text Font Color

.myTextColor { color: #6477E8; }

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

This text font color is #6477E8.


Background Color

.myBgColor { background-color: #6477E8; }

<div style="background-color:#6477E8">Inner text</div>

This div background color is #6477E8.


Border color

.myBorderColor { border: 1px solid #6477E8; }

<div style="border:3px solid #6477E8">Div</div>

This div border color is #6477E8.


Opacity

.myOpacity80 { color: #6477E8; opacity: 0.8; }

<p style="color:#6477E8;opacity:0.8;">80%</p>

Text with #6477E8 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 #6477E8;}

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

This text has shadow with #6477E8 color.

.textShadow {text-shadow: 3px 3px 1px #6477E8, 3px 3px 1px red;}

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

This text has shadow with #6477E8 primary color and red secondary color.


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

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

This text has shadow with #6477E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6477E8 on black background.


Color preview on white background

This text has color #6477E8 on white background.



Black color preview on #6477E8 background

This text has black color on #6477E8 background.


White color preview on #6477E8 background

This text has white color on #6477E8 background.