COLOR #6EAFBE

HEX: #6EAFBE RGB: (110,175,190)

Color info

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

RGB color model

#6EAFBE color RGB value is (110,175,190).

RGB: (110,175,190) (43%, 69%, 75%)

RGB channels and saturation

R 110 of 255 = 43%
G 175 of 255 = 69%
B 190 of 255 = 75%

110
175
190

R + G + B ~ 62%. #6EAFBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 175 + 190 = 475 (100%)
R 110 of 475 ~ 23.16%
G 175 of 475 ~ 36.84%
B 190 of 475 ~ 40'%

%23.16
%36.84
%40

CMYK color model

#6EAFBE color CMYK value is (42,8,0,25).

  • cyan value is 42.11%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (42,8,0,25)
C42M8Y0K25 (42%, 8%, 0%, 25%)
(0.42 / 0.08 / 0.00 / 0.25)

CMYK percentages

%42.11
%7.89
%0
%25.49

Codes

Color #6EAFBE in popluar color models

6E AF BE
RGB 110 175 190
HSL 191° 38.10% 58.82%
HSB/HSV 191° 42.11% 74.51%
CMYK 42.11% 7.89% 0.00%
25.49%

Color #6EAFBE in popluar number systems.

HEX 6E AF BE
Decimal 110 175 190
Binary 1101110 10101111 10111110
Octal 156 257 276

Shades and tints

Shades of #6EAFBE

#6EAFBE
(110,175,190)
#64A0AD
(100,160,173)
#5A919C
(90,145,156)
#50828B
(80,130,139)
#46737A
(70,115,122)
#3C6469
(60,100,105)
#325558
(50,85,88)
#284647
(40,70,71)
#1E3736
(30,55,54)
#142825
(20,40,37)
#0A1914
(10,25,20)
#000000
(0,0,0)

Tints of #6EAFBE

#6EAFBE
(110,175,190)
#7BB6C3
(123,182,195)
#88BDC8
(136,189,200)
#95C4CD
(149,196,205)
#A2CBD2
(162,203,210)
#AFD2D7
(175,210,215)
#BCD9DC
(188,217,220)
#C9E0E1
(201,224,225)
#D6E7E6
(214,231,230)
#E3EEEB
(227,238,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EAFBE; }

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

This text font color is #6EAFBE.

Background Color

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

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

This div background color is #6EAFBE.

Border color

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

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

This div border color is #6EAFBE.

Opacity

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

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

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

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

This text has shadow with #6EAFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EAFBE.

Preview

Color preview on black background

This text has color #6EAFBE on black background.


Color preview on white background

This text has color #6EAFBE on white background.


Black color preview on #6EAFBE background

This text has black color on #6EAFBE background.


White color preview on #6EAFBE background

This text has white color on #6EAFBE background.


Related colors

Complementary color

Complementary color for #hex is #915041.


I love getcolorcode.com

Triadic colors

1 #BE6EAF and #AFBE6E with #6EAFBE are triadic colors.

2 #BEAF6E and #AF6EBE with #6EAFBE are triadic colors.