COLOR #6469AB

HEX: #6469AB RGB: (100,105,171)

Color info

#6469AB contains mainly blue color. Web safe color of #6469AB is #666699 (or #669).

RGB color model

#6469AB color RGB value is (100,105,171).

RGB: (100,105,171) (39%, 41%, 67%)

RGB channels and saturation

R 100 of 255 = 39%
G 105 of 255 = 41%
B 171 of 255 = 67%

100
105
171

R + G + B ~ 49%. #6469AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 105 + 171 = 376 (100%)
R 100 of 376 ~ 26.6%
G 105 of 376 ~ 27.93%
B 171 of 376 ~ 45.48'%

%26.6
%27.93
%45.48

CMYK color model

#6469AB color CMYK value is (42,39,0,33).

  • cyan value is 41.52%
  • magenta value is 38.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (42,39,0,33)
C42M39Y0K33 (42%, 39%, 0%, 33%)
(0.42 / 0.39 / 0.00 / 0.33)

CMYK percentages

%41.52
%38.6
%0
%32.94

Codes

Color #6469AB in popluar color models

64 69 AB
RGB 100 105 171
HSL 236° 29.71% 53.14%
HSB/HSV 236° 41.52% 67.06%
CMYK 41.52% 38.60% 0.00%
32.94%

Color #6469AB in popluar number systems.

HEX 64 69 AB
Decimal 100 105 171
Binary 1100100 1101001 10101011
Octal 144 151 253

Shades and tints

Shades of #6469AB

#6469AB
(100,105,171)
#5B609C
(91,96,156)
#52578D
(82,87,141)
#494E7E
(73,78,126)
#40456F
(64,69,111)
#373C60
(55,60,96)
#2E3351
(46,51,81)
#252A42
(37,42,66)
#1C2133
(28,33,51)
#131824
(19,24,36)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #6469AB

#6469AB
(100,105,171)
#7276B2
(114,118,178)
#8083B9
(128,131,185)
#8E90C0
(142,144,192)
#9C9DC7
(156,157,199)
#AAAACE
(170,170,206)
#B8B7D5
(184,183,213)
#C6C4DC
(198,196,220)
#D4D1E3
(212,209,227)
#E2DEEA
(226,222,234)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6469AB color. Also use rgb(100,105,171) instead hex code.

Text Font Color

.myTextColor { color: #6469AB; }

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

This text font color is #6469AB.

Background Color

.myBgColor { background-color: #6469AB; }

<div style="background-color:#6469AB">Inner text</div>

This div background color is #6469AB.

Border color

.myBorderColor { border: 1px solid #6469AB; }

<div style="border:3px solid #6469AB">Div</div>

This div border color is #6469AB.

Opacity

.myOpacity80 { color: #6469AB; opacity: 0.8; }

<p style="color:#6469AB;opacity:0.8;">80%</p>

Text with #6469AB 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 #6469AB;}

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

This text has shadow with #6469AB color.


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

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

This text has shadow with #6469AB primary color and red secondary color.


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

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

This text has shadow with #6469AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6469AB.

Preview

Color preview on black background

This text has color #6469AB on black background.


Color preview on white background

This text has color #6469AB on white background.


Black color preview on #6469AB background

This text has black color on #6469AB background.


White color preview on #6469AB background

This text has white color on #6469AB background.


Related colors

Complementary color

Complementary color for #hex is #9B9654.


I love getcolorcode.com

Triadic colors

1 #AB6469 and #69AB64 with #6469AB are triadic colors.

2 #AB6964 and #6964AB with #6469AB are triadic colors.