COLOR #6AB0BC

HEX: #6AB0BC
RGB: (106,176,188)

Color info

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

RGB color model

#6AB0BC color RGB value is (106,176,188).

  • red value is 106;
  • green value is 176;
  • blue value is 188.
RGB:
(106,176,188)
(42%,69%,74%)

RGB channels and saturation

R 106 of 255 = 42%
G 176 of 255 = 69%
B 188 of 255 = 74%

106
176
188

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

Portions of RGB colors in percentages

R + G + B =
106 + 176 + 188 = 470 (100%)
R 106 of 470 ~ 22.55%
G 176 of 470 ~ 37.45%
B 188 of 470 ~ 40%

%22.55
%37.45
%40

CMYK color model

#6AB0BC color CMYK value is (44,6,0,26).

  • cyan value is 43.62%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(44,6,0,26)
C44M6Y0K26 
(44%,6%,0%,26%)
(0.44/0.06/0.00/0.26)	

CMYK percentages

%43.62
%6.38
%0
%26.27

Codes

Color #6AB0BC in popluar color models

6AB0BC
RGB106176188
HSL189°37.96%57.65%
HSB/HSV189°43.62%73.73%
CMYK43.62%6.38%0.00%
26.27%

Color #6AB0BC in popluar number systems.

HEX6AB0BC
Decimal106176188
Binary11010101011000010111100
Octal152260274

Shades and tints

Shades of #6AB0BC

#6AB0BC
(106,176,188)
#61A0AB
(97,160,171)
#58909A
(88,144,154)
#4F8089
(79,128,137)
#467078
(70,112,120)
#3D6067
(61,96,103)
#345056
(52,80,86)
#2B4045
(43,64,69)
#223034
(34,48,52)
#192023
(25,32,35)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #6AB0BC

#6AB0BC
(106,176,188)
#77B7C2
(119,183,194)
#84BEC8
(132,190,200)
#91C5CE
(145,197,206)
#9ECCD4
(158,204,212)
#ABD3DA
(171,211,218)
#B8DAE0
(184,218,224)
#C5E1E6
(197,225,230)
#D2E8EC
(210,232,236)
#DFEFF2
(223,239,242)
#ECF6F8
(236,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB0BC color. Also use rgb(106,176,188) instead hex code.

Text Font Color

.myTextColor { color: #6AB0BC; }

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

This text font color is #6AB0BC.


Background Color

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

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

This div background color is #6AB0BC.


Border color

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

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

This div border color is #6AB0BC.


Opacity

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

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

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

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

This text has shadow with #6AB0BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB0BC on black background.


Color preview on white background

This text has color #6AB0BC on white background.



Black color preview on #6AB0BC background

This text has black color on #6AB0BC background.


White color preview on #6AB0BC background

This text has white color on #6AB0BC background.