COLOR #6481B4

HEX: #6481B4 RGB: (100,129,180)

Color info

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

RGB color model

#6481B4 color RGB value is (100,129,180).

RGB: (100,129,180) (39%, 51%, 71%)

RGB channels and saturation

R 100 of 255 = 39%
G 129 of 255 = 51%
B 180 of 255 = 71%

100
129
180

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

Portions of RGB colors in percentages

R + G + B = 100 + 129 + 180 = 409 (100%)
R 100 of 409 ~ 24.45%
G 129 of 409 ~ 31.54%
B 180 of 409 ~ 44.01'%

%24.45
%31.54
%44.01

CMYK color model

#6481B4 color CMYK value is (44,28,0,29).

  • cyan value is 44.44%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (44,28,0,29)
C44M28Y0K29 (44%, 28%, 0%, 29%)
(0.44 / 0.28 / 0.00 / 0.29)

CMYK percentages

%44.44
%28.33
%0
%29.41

Codes

Color #6481B4 in popluar color models

64 81 B4
RGB 100 129 180
HSL 218° 34.78% 54.90%
HSB/HSV 218° 44.44% 70.59%
CMYK 44.44% 28.33% 0.00%
29.41%

Color #6481B4 in popluar number systems.

HEX 64 81 B4
Decimal 100 129 180
Binary 1100100 10000001 10110100
Octal 144 201 264

Shades and tints

Shades of #6481B4

#6481B4
(100,129,180)
#5B76A4
(91,118,164)
#526B94
(82,107,148)
#496084
(73,96,132)
#405574
(64,85,116)
#374A64
(55,74,100)
#2E3F54
(46,63,84)
#253444
(37,52,68)
#1C2934
(28,41,52)
#131E24
(19,30,36)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #6481B4

#6481B4
(100,129,180)
#728CBA
(114,140,186)
#8097C0
(128,151,192)
#8EA2C6
(142,162,198)
#9CADCC
(156,173,204)
#AAB8D2
(170,184,210)
#B8C3D8
(184,195,216)
#C6CEDE
(198,206,222)
#D4D9E4
(212,217,228)
#E2E4EA
(226,228,234)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6481B4; }

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

This text font color is #6481B4.

Background Color

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

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

This div background color is #6481B4.

Border color

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

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

This div border color is #6481B4.

Opacity

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

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

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

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

This text has shadow with #6481B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6481B4.

Preview

Color preview on black background

This text has color #6481B4 on black background.


Color preview on white background

This text has color #6481B4 on white background.


Black color preview on #6481B4 background

This text has black color on #6481B4 background.


White color preview on #6481B4 background

This text has white color on #6481B4 background.


Related colors

Complementary color

Complementary color for #hex is #9B7E4B.


I love getcolorcode.com

Triadic colors

1 #B46481 and #81B464 with #6481B4 are triadic colors.

2 #B48164 and #8164B4 with #6481B4 are triadic colors.