COLOR #6EB0C7

HEX: #6EB0C7 RGB: (110,176,199)

Color info

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

RGB color model

#6EB0C7 color RGB value is (110,176,199).

RGB: (110,176,199) (43%, 69%, 78%)

RGB channels and saturation

R 110 of 255 = 43%
G 176 of 255 = 69%
B 199 of 255 = 78%

110
176
199

R + G + B ~ 63%. #6EB0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 176 + 199 = 485 (100%)
R 110 of 485 ~ 22.68%
G 176 of 485 ~ 36.29%
B 199 of 485 ~ 41.03'%

%22.68
%36.29
%41.03

CMYK color model

#6EB0C7 color CMYK value is (45,12,0,22).

  • cyan value is 44.72%
  • magenta value is 11.56%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (45,12,0,22)
C45M12Y0K22 (45%, 12%, 0%, 22%)
(0.45 / 0.12 / 0.00 / 0.22)

CMYK percentages

%44.72
%11.56
%0
%21.96

Codes

Color #6EB0C7 in popluar color models

6E B0 C7
RGB 110 176 199
HSL 196° 44.28% 60.59%
HSB/HSV 196° 44.72% 78.04%
CMYK 44.72% 11.56% 0.00%
21.96%

Color #6EB0C7 in popluar number systems.

HEX 6E B0 C7
Decimal 110 176 199
Binary 1101110 10110000 11000111
Octal 156 260 307

Shades and tints

Shades of #6EB0C7

#6EB0C7
(110,176,199)
#64A0B5
(100,160,181)
#5A90A3
(90,144,163)
#508091
(80,128,145)
#46707F
(70,112,127)
#3C606D
(60,96,109)
#32505B
(50,80,91)
#284049
(40,64,73)
#1E3037
(30,48,55)
#142025
(20,32,37)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #6EB0C7

#6EB0C7
(110,176,199)
#7BB7CC
(123,183,204)
#88BED1
(136,190,209)
#95C5D6
(149,197,214)
#A2CCDB
(162,204,219)
#AFD3E0
(175,211,224)
#BCDAE5
(188,218,229)
#C9E1EA
(201,225,234)
#D6E8EF
(214,232,239)
#E3EFF4
(227,239,244)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB0C7 color. Also use rgb(110,176,199) instead hex code.

Text Font Color

.myTextColor { color: #6EB0C7; }

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

This text font color is #6EB0C7.

Background Color

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

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

This div background color is #6EB0C7.

Border color

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

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

This div border color is #6EB0C7.

Opacity

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

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

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

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

This text has shadow with #6EB0C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EB0C7.

Preview

Color preview on black background

This text has color #6EB0C7 on black background.


Color preview on white background

This text has color #6EB0C7 on white background.


Black color preview on #6EB0C7 background

This text has black color on #6EB0C7 background.


White color preview on #6EB0C7 background

This text has white color on #6EB0C7 background.


Related colors

Complementary color

Complementary color for #hex is #914F38.


I love getcolorcode.com

Triadic colors

1 #C76EB0 and #B0C76E with #6EB0C7 are triadic colors.

2 #C7B06E and #B06EC7 with #6EB0C7 are triadic colors.