COLOR #6481BA

HEX: #6481BA
RGB: (100,129,186)

Color info

#6481BA contains mainly green and blue colors. Web safe color of #6481BA is #6699CC (or #69C).

RGB color model

#6481BA color RGB value is (100,129,186).

  • red value is 100;
  • green value is 129;
  • blue value is 186.
RGB:
(100,129,186)
(39%,51%,73%)

RGB channels and saturation

R 100 of 255 = 39%
G 129 of 255 = 51%
B 186 of 255 = 73%

100
129
186

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

Portions of RGB colors in percentages

R + G + B =
100 + 129 + 186 = 415 (100%)
R 100 of 415 ~ 24.1%
G 129 of 415 ~ 31.08%
B 186 of 415 ~ 44.82%

%24.1
%31.08
%44.82

CMYK color model

#6481BA color CMYK value is (46,31,0,27).

  • cyan value is 46.24%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(46,31,0,27)
C46M31Y0K27 
(46%,31%,0%,27%)
(0.46/0.31/0.00/0.27)	

CMYK percentages

%46.24
%30.65
%0
%27.06

Codes

Color #6481BA in popluar color models

6481BA
RGB100129186
HSL220°38.39%56.08%
HSB/HSV220°46.24%72.94%
CMYK46.24%30.65%0.00%
27.06%

Color #6481BA in popluar number systems.

HEX6481BA
Decimal100129186
Binary11001001000000110111010
Octal144201272

Shades and tints

Shades of #6481BA

#6481BA
(100,129,186)
#5B76AA
(91,118,170)
#526B9A
(82,107,154)
#49608A
(73,96,138)
#40557A
(64,85,122)
#374A6A
(55,74,106)
#2E3F5A
(46,63,90)
#25344A
(37,52,74)
#1C293A
(28,41,58)
#131E2A
(19,30,42)
#0A131A
(10,19,26)
#000000
(0,0,0)

Tints of #6481BA

#6481BA
(100,129,186)
#728CC0
(114,140,192)
#8097C6
(128,151,198)
#8EA2CC
(142,162,204)
#9CADD2
(156,173,210)
#AAB8D8
(170,184,216)
#B8C3DE
(184,195,222)
#C6CEE4
(198,206,228)
#D4D9EA
(212,217,234)
#E2E4F0
(226,228,240)
#F0EFF6
(240,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6481BA color. Also use rgb(100,129,186) instead hex code.

Text Font Color

.myTextColor { color: #6481BA; }

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

This text font color is #6481BA.


Background Color

.myBgColor { background-color: #6481BA; }

<div style="background-color:#6481BA">Inner text</div>

This div background color is #6481BA.


Border color

.myBorderColor { border: 1px solid #6481BA; }

<div style="border:3px solid #6481BA">Div</div>

This div border color is #6481BA.


Opacity

.myOpacity80 { color: #6481BA; opacity: 0.8; }

<p style="color:#6481BA;opacity:0.8;">80%</p>

Text with #6481BA 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 #6481BA;}

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

This text has shadow with #6481BA color.

.textShadow {text-shadow: 3px 3px 1px #6481BA, 3px 3px 1px red;}

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

This text has shadow with #6481BA primary color and red secondary color.


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

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

This text has shadow with #6481BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6481BA on black background.


Color preview on white background

This text has color #6481BA on white background.



Black color preview on #6481BA background

This text has black color on #6481BA background.


White color preview on #6481BA background

This text has white color on #6481BA background.