COLOR #6E96AF

HEX: #6E96AF RGB: (110,150,175)

Color info

#6E96AF contains mainly green and blue colors. Web safe color of #6E96AF is #669999 (or #699).

RGB color model

#6E96AF color RGB value is (110,150,175).

RGB: (110,150,175) (43%, 59%, 69%)

RGB channels and saturation

R 110 of 255 = 43%
G 150 of 255 = 59%
B 175 of 255 = 69%

110
150
175

R + G + B ~ 57%. #6E96AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 150 + 175 = 435 (100%)
R 110 of 435 ~ 25.29%
G 150 of 435 ~ 34.48%
B 175 of 435 ~ 40.23'%

%25.29
%34.48
%40.23

CMYK color model

#6E96AF color CMYK value is (37,14,0,31).

  • cyan value is 37.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (37,14,0,31)
C37M14Y0K31 (37%, 14%, 0%, 31%)
(0.37 / 0.14 / 0.00 / 0.31)

CMYK percentages

%37.14
%14.29
%0
%31.37

Codes

Color #6E96AF in popluar color models

6E 96 AF
RGB 110 150 175
HSL 203° 28.89% 55.88%
HSB/HSV 203° 37.14% 68.63%
CMYK 37.14% 14.29% 0.00%
31.37%

Color #6E96AF in popluar number systems.

HEX 6E 96 AF
Decimal 110 150 175
Binary 1101110 10010110 10101111
Octal 156 226 257

Shades and tints

Shades of #6E96AF

#6E96AF
(110,150,175)
#6489A0
(100,137,160)
#5A7C91
(90,124,145)
#506F82
(80,111,130)
#466273
(70,98,115)
#3C5564
(60,85,100)
#324855
(50,72,85)
#283B46
(40,59,70)
#1E2E37
(30,46,55)
#142128
(20,33,40)
#0A1419
(10,20,25)
#000000
(0,0,0)

Tints of #6E96AF

#6E96AF
(110,150,175)
#7B9FB6
(123,159,182)
#88A8BD
(136,168,189)
#95B1C4
(149,177,196)
#A2BACB
(162,186,203)
#AFC3D2
(175,195,210)
#BCCCD9
(188,204,217)
#C9D5E0
(201,213,224)
#D6DEE7
(214,222,231)
#E3E7EE
(227,231,238)
#F0F0F5
(240,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E96AF color. Also use rgb(110,150,175) instead hex code.

Text Font Color

.myTextColor { color: #6E96AF; }

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

This text font color is #6E96AF.

Background Color

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

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

This div background color is #6E96AF.

Border color

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

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

This div border color is #6E96AF.

Opacity

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

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

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

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

This text has shadow with #6E96AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E96AF.

Preview

Color preview on black background

This text has color #6E96AF on black background.


Color preview on white background

This text has color #6E96AF on white background.


Black color preview on #6E96AF background

This text has black color on #6E96AF background.


White color preview on #6E96AF background

This text has white color on #6E96AF background.


Related colors

Complementary color

Complementary color for #hex is #916950.


I love getcolorcode.com

Triadic colors

1 #AF6E96 and #96AF6E with #6E96AF are triadic colors.

2 #AF966E and #966EAF with #6E96AF are triadic colors.