COLOR #6E98BE

HEX: #6E98BE RGB: (110,152,190)

Color info

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

RGB color model

#6E98BE color RGB value is (110,152,190).

RGB: (110,152,190) (43%, 60%, 75%)

RGB channels and saturation

R 110 of 255 = 43%
G 152 of 255 = 60%
B 190 of 255 = 75%

110
152
190

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

Portions of RGB colors in percentages

R + G + B = 110 + 152 + 190 = 452 (100%)
R 110 of 452 ~ 24.34%
G 152 of 452 ~ 33.63%
B 190 of 452 ~ 42.04'%

%24.34
%33.63
%42.04

CMYK color model

#6E98BE color CMYK value is (42,20,0,25).

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

CMYK: (42,20,0,25)
C42M20Y0K25 (42%, 20%, 0%, 25%)
(0.42 / 0.20 / 0.00 / 0.25)

CMYK percentages

%42.11
%20
%0
%25.49

Codes

Color #6E98BE in popluar color models

6E 98 BE
RGB 110 152 190
HSL 209° 38.10% 58.82%
HSB/HSV 209° 42.11% 74.51%
CMYK 42.11% 20.00% 0.00%
25.49%

Color #6E98BE in popluar number systems.

HEX 6E 98 BE
Decimal 110 152 190
Binary 1101110 10011000 10111110
Octal 156 230 276

Shades and tints

Shades of #6E98BE

#6E98BE
(110,152,190)
#648BAD
(100,139,173)
#5A7E9C
(90,126,156)
#50718B
(80,113,139)
#46647A
(70,100,122)
#3C5769
(60,87,105)
#324A58
(50,74,88)
#283D47
(40,61,71)
#1E3036
(30,48,54)
#142325
(20,35,37)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #6E98BE

#6E98BE
(110,152,190)
#7BA1C3
(123,161,195)
#88AAC8
(136,170,200)
#95B3CD
(149,179,205)
#A2BCD2
(162,188,210)
#AFC5D7
(175,197,215)
#BCCEDC
(188,206,220)
#C9D7E1
(201,215,225)
#D6E0E6
(214,224,230)
#E3E9EB
(227,233,235)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E98BE; }

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

This text font color is #6E98BE.

Background Color

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

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

This div background color is #6E98BE.

Border color

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

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

This div border color is #6E98BE.

Opacity

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

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

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

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

This text has shadow with #6E98BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E98BE.

Preview

Color preview on black background

This text has color #6E98BE on black background.


Color preview on white background

This text has color #6E98BE on white background.


Black color preview on #6E98BE background

This text has black color on #6E98BE background.


White color preview on #6E98BE background

This text has white color on #6E98BE background.


Related colors

Complementary color

Complementary color for #hex is #916741.


I love getcolorcode.com

Triadic colors

1 #BE6E98 and #98BE6E with #6E98BE are triadic colors.

2 #BE986E and #986EBE with #6E98BE are triadic colors.