COLOR #6AC0E9

HEX: #6AC0E9
RGB: (106,192,233)

Color info

#6AC0E9 contains mainly green and blue colors. Web safe color of #6AC0E9 is #66CCFF (or #6CF).

RGB color model

#6AC0E9 color RGB value is (106,192,233).

  • red value is 106;
  • green value is 192;
  • blue value is 233.
RGB:
(106,192,233)
(42%,75%,91%)

RGB channels and saturation

R 106 of 255 = 42%
G 192 of 255 = 75%
B 233 of 255 = 91%

106
192
233

R + G + B ~ 69%. #6AC0E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 192 + 233 = 531 (100%)
R 106 of 531 ~ 19.96%
G 192 of 531 ~ 36.16%
B 233 of 531 ~ 43.88%

%19.96
%36.16
%43.88

CMYK color model

#6AC0E9 color CMYK value is (55,18,0,9).

  • cyan value is 54.51%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(55,18,0,9)
C55M18Y0K9 
(55%,18%,0%,9%)
(0.55/0.18/0.00/0.09)	

CMYK percentages

%54.51
%17.6
%0
%8.63

Codes

Color #6AC0E9 in popluar color models

6AC0E9
RGB106192233
HSL199°74.27%66.47%
HSB/HSV199°54.51%91.37%
CMYK54.51%17.60%0.00%
8.63%

Color #6AC0E9 in popluar number systems.

HEX6AC0E9
Decimal106192233
Binary11010101100000011101001
Octal152300351

Shades and tints

Shades of #6AC0E9

#6AC0E9
(106,192,233)
#61AFD4
(97,175,212)
#589EBF
(88,158,191)
#4F8DAA
(79,141,170)
#467C95
(70,124,149)
#3D6B80
(61,107,128)
#345A6B
(52,90,107)
#2B4956
(43,73,86)
#223841
(34,56,65)
#19272C
(25,39,44)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #6AC0E9

#6AC0E9
(106,192,233)
#77C5EB
(119,197,235)
#84CAED
(132,202,237)
#91CFEF
(145,207,239)
#9ED4F1
(158,212,241)
#ABD9F3
(171,217,243)
#B8DEF5
(184,222,245)
#C5E3F7
(197,227,247)
#D2E8F9
(210,232,249)
#DFEDFB
(223,237,251)
#ECF2FD
(236,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC0E9 color. Also use rgb(106,192,233) instead hex code.

Text Font Color

.myTextColor { color: #6AC0E9; }

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

This text font color is #6AC0E9.


Background Color

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

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

This div background color is #6AC0E9.


Border color

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

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

This div border color is #6AC0E9.


Opacity

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

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

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

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

This text has shadow with #6AC0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC0E9 on black background.


Color preview on white background

This text has color #6AC0E9 on white background.



Black color preview on #6AC0E9 background

This text has black color on #6AC0E9 background.


White color preview on #6AC0E9 background

This text has white color on #6AC0E9 background.