COLOR #6AB5CB

HEX: #6AB5CB RGB: (106,181,203)

Color info

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

RGB color model

#6AB5CB color RGB value is (106,181,203).

RGB: (106,181,203) (42%, 71%, 80%)

RGB channels and saturation

R 106 of 255 = 42%
G 181 of 255 = 71%
B 203 of 255 = 80%

106
181
203

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

Portions of RGB colors in percentages

R + G + B = 106 + 181 + 203 = 490 (100%)
R 106 of 490 ~ 21.63%
G 181 of 490 ~ 36.94%
B 203 of 490 ~ 41.43'%

%21.63
%36.94
%41.43

CMYK color model

#6AB5CB color CMYK value is (48,11,0,20).

  • cyan value is 47.78%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (48,11,0,20)
C48M11Y0K20 (48%, 11%, 0%, 20%)
(0.48 / 0.11 / 0.00 / 0.20)

CMYK percentages

%47.78
%10.84
%0
%20.39

Codes

Color #6AB5CB in popluar color models

6A B5 CB
RGB 106 181 203
HSL 194° 48.26% 60.59%
HSB/HSV 194° 47.78% 79.61%
CMYK 47.78% 10.84% 0.00%
20.39%

Color #6AB5CB in popluar number systems.

HEX 6A B5 CB
Decimal 106 181 203
Binary 1101010 10110101 11001011
Octal 152 265 313

Shades and tints

Shades of #6AB5CB

#6AB5CB
(106,181,203)
#61A5B9
(97,165,185)
#5895A7
(88,149,167)
#4F8595
(79,133,149)
#467583
(70,117,131)
#3D6571
(61,101,113)
#34555F
(52,85,95)
#2B454D
(43,69,77)
#22353B
(34,53,59)
#192529
(25,37,41)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #6AB5CB

#6AB5CB
(106,181,203)
#77BBCF
(119,187,207)
#84C1D3
(132,193,211)
#91C7D7
(145,199,215)
#9ECDDB
(158,205,219)
#ABD3DF
(171,211,223)
#B8D9E3
(184,217,227)
#C5DFE7
(197,223,231)
#D2E5EB
(210,229,235)
#DFEBEF
(223,235,239)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB5CB color. Also use rgb(106,181,203) instead hex code.

Text Font Color

.myTextColor { color: #6AB5CB; }

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

This text font color is #6AB5CB.

Background Color

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

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

This div background color is #6AB5CB.

Border color

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

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

This div border color is #6AB5CB.

Opacity

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

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

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

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

This text has shadow with #6AB5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB5CB.

Preview

Color preview on black background

This text has color #6AB5CB on black background.


Color preview on white background

This text has color #6AB5CB on white background.


Black color preview on #6AB5CB background

This text has black color on #6AB5CB background.


White color preview on #6AB5CB background

This text has white color on #6AB5CB background.


Related colors

Complementary color

Complementary color for #hex is #954A34.


I love getcolorcode.com

Triadic colors

1 #CB6AB5 and #B5CB6A with #6AB5CB are triadic colors.

2 #CBB56A and #B56ACB with #6AB5CB are triadic colors.