COLOR #6AB4CD

HEX: #6AB4CD
RGB: (106,180,205)

Color info

#6AB4CD contains mainly green and blue colors. Web safe color of #6AB4CD is #66CCCC (or #6CC).

RGB color model

#6AB4CD color RGB value is (106,180,205).

  • red value is 106;
  • green value is 180;
  • blue value is 205.
RGB:
(106,180,205)
(42%,71%,80%)

RGB channels and saturation

R 106 of 255 = 42%
G 180 of 255 = 71%
B 205 of 255 = 80%

106
180
205

R + G + B ~ 64%. #6AB4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 180 + 205 = 491 (100%)
R 106 of 491 ~ 21.59%
G 180 of 491 ~ 36.66%
B 205 of 491 ~ 41.75%

%21.59
%36.66
%41.75

CMYK color model

#6AB4CD color CMYK value is (48,12,0,20).

  • cyan value is 48.29%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(48,12,0,20)
C48M12Y0K20 
(48%,12%,0%,20%)
(0.48/0.12/0.00/0.20)	

CMYK percentages

%48.29
%12.2
%0
%19.61

Codes

Color #6AB4CD in popluar color models

6AB4CD
RGB106180205
HSL195°49.75%60.98%
HSB/HSV195°48.29%80.39%
CMYK48.29%12.20%0.00%
19.61%

Color #6AB4CD in popluar number systems.

HEX6AB4CD
Decimal106180205
Binary11010101011010011001101
Octal152264315

Shades and tints

Shades of #6AB4CD

#6AB4CD
(106,180,205)
#61A4BB
(97,164,187)
#5894A9
(88,148,169)
#4F8497
(79,132,151)
#467485
(70,116,133)
#3D6473
(61,100,115)
#345461
(52,84,97)
#2B444F
(43,68,79)
#22343D
(34,52,61)
#19242B
(25,36,43)
#101419
(16,20,25)
#000000
(0,0,0)

Tints of #6AB4CD

#6AB4CD
(106,180,205)
#77BAD1
(119,186,209)
#84C0D5
(132,192,213)
#91C6D9
(145,198,217)
#9ECCDD
(158,204,221)
#ABD2E1
(171,210,225)
#B8D8E5
(184,216,229)
#C5DEE9
(197,222,233)
#D2E4ED
(210,228,237)
#DFEAF1
(223,234,241)
#ECF0F5
(236,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB4CD color. Also use rgb(106,180,205) instead hex code.

Text Font Color

.myTextColor { color: #6AB4CD; }

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

This text font color is #6AB4CD.


Background Color

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

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

This div background color is #6AB4CD.


Border color

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

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

This div border color is #6AB4CD.


Opacity

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

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

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

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

This text has shadow with #6AB4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB4CD on black background.


Color preview on white background

This text has color #6AB4CD on white background.



Black color preview on #6AB4CD background

This text has black color on #6AB4CD background.


White color preview on #6AB4CD background

This text has white color on #6AB4CD background.