COLOR #6AB1C0

HEX: #6AB1C0
RGB: (106,177,192)

Color info

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

RGB color model

#6AB1C0 color RGB value is (106,177,192).

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

RGB channels and saturation

R 106 of 255 = 42%
G 177 of 255 = 69%
B 192 of 255 = 75%

106
177
192

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

Portions of RGB colors in percentages

R + G + B =
106 + 177 + 192 = 475 (100%)
R 106 of 475 ~ 22.32%
G 177 of 475 ~ 37.26%
B 192 of 475 ~ 40.42%

%22.32
%37.26
%40.42

CMYK color model

#6AB1C0 color CMYK value is (45,8,0,25).

  • cyan value is 44.79%
  • magenta value is 7.81%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(45,8,0,25)
C45M8Y0K25 
(45%,8%,0%,25%)
(0.45/0.08/0.00/0.25)	

CMYK percentages

%44.79
%7.81
%0
%24.71

Codes

Color #6AB1C0 in popluar color models

6AB1C0
RGB106177192
HSL190°40.57%58.43%
HSB/HSV190°44.79%75.29%
CMYK44.79%7.81%0.00%
24.71%

Color #6AB1C0 in popluar number systems.

HEX6AB1C0
Decimal106177192
Binary11010101011000111000000
Octal152261300

Shades and tints

Shades of #6AB1C0

#6AB1C0
(106,177,192)
#61A1AF
(97,161,175)
#58919E
(88,145,158)
#4F818D
(79,129,141)
#46717C
(70,113,124)
#3D616B
(61,97,107)
#34515A
(52,81,90)
#2B4149
(43,65,73)
#223138
(34,49,56)
#192127
(25,33,39)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #6AB1C0

#6AB1C0
(106,177,192)
#77B8C5
(119,184,197)
#84BFCA
(132,191,202)
#91C6CF
(145,198,207)
#9ECDD4
(158,205,212)
#ABD4D9
(171,212,217)
#B8DBDE
(184,219,222)
#C5E2E3
(197,226,227)
#D2E9E8
(210,233,232)
#DFF0ED
(223,240,237)
#ECF7F2
(236,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB1C0; }

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

This text font color is #6AB1C0.


Background Color

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

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

This div background color is #6AB1C0.


Border color

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

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

This div border color is #6AB1C0.


Opacity

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

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

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

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

This text has shadow with #6AB1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB1C0 on black background.


Color preview on white background

This text has color #6AB1C0 on white background.



Black color preview on #6AB1C0 background

This text has black color on #6AB1C0 background.


White color preview on #6AB1C0 background

This text has white color on #6AB1C0 background.