COLOR #6E99C2

HEX: #6E99C2
RGB: (110,153,194)

Color info

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

RGB color model

#6E99C2 color RGB value is (110,153,194).

  • red value is 110;
  • green value is 153;
  • blue value is 194.
RGB:
(110,153,194)
(43%,60%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 194 of 255 = 76%

110
153
194

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

Portions of RGB colors in percentages

R + G + B =
110 + 153 + 194 = 457 (100%)
R 110 of 457 ~ 24.07%
G 153 of 457 ~ 33.48%
B 194 of 457 ~ 42.45%

%24.07
%33.48
%42.45

CMYK color model

#6E99C2 color CMYK value is (43,21,0,24).

  • cyan value is 43.30%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(43,21,0,24)
C43M21Y0K24 
(43%,21%,0%,24%)
(0.43/0.21/0.00/0.24)	

CMYK percentages

%43.3
%21.13
%0
%23.92

Codes

Color #6E99C2 in popluar color models

6E99C2
RGB110153194
HSL209°40.78%59.61%
HSB/HSV209°43.30%76.08%
CMYK43.30%21.13%0.00%
23.92%

Color #6E99C2 in popluar number systems.

HEX6E99C2
Decimal110153194
Binary11011101001100111000010
Octal156231302

Shades and tints

Shades of #6E99C2

#6E99C2
(110,153,194)
#648CB1
(100,140,177)
#5A7FA0
(90,127,160)
#50728F
(80,114,143)
#46657E
(70,101,126)
#3C586D
(60,88,109)
#324B5C
(50,75,92)
#283E4B
(40,62,75)
#1E313A
(30,49,58)
#142429
(20,36,41)
#0A1718
(10,23,24)
#000000
(0,0,0)

Tints of #6E99C2

#6E99C2
(110,153,194)
#7BA2C7
(123,162,199)
#88ABCC
(136,171,204)
#95B4D1
(149,180,209)
#A2BDD6
(162,189,214)
#AFC6DB
(175,198,219)
#BCCFE0
(188,207,224)
#C9D8E5
(201,216,229)
#D6E1EA
(214,225,234)
#E3EAEF
(227,234,239)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E99C2 color. Also use rgb(110,153,194) instead hex code.

Text Font Color

.myTextColor { color: #6E99C2; }

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

This text font color is #6E99C2.


Background Color

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

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

This div background color is #6E99C2.


Border color

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

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

This div border color is #6E99C2.


Opacity

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

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

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

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

This text has shadow with #6E99C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E99C2 on black background.


Color preview on white background

This text has color #6E99C2 on white background.



Black color preview on #6E99C2 background

This text has black color on #6E99C2 background.


White color preview on #6E99C2 background

This text has white color on #6E99C2 background.