COLOR #6AB7CB

HEX: #6AB7CB RGB: (106,183,203)

Color info

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

RGB color model

#6AB7CB color RGB value is (106,183,203).

RGB: (106,183,203) (42%, 72%, 80%)

RGB channels and saturation

R 106 of 255 = 42%
G 183 of 255 = 72%
B 203 of 255 = 80%

106
183
203

R + G + B ~ 65%. #6AB7CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 183 + 203 = 492 (100%)
R 106 of 492 ~ 21.54%
G 183 of 492 ~ 37.2%
B 203 of 492 ~ 41.26'%

%21.54
%37.2
%41.26

CMYK color model

#6AB7CB color CMYK value is (48,10,0,20).

  • cyan value is 47.78%
  • magenta value is 9.85%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (48,10,0,20) C48M10Y0K20 (48%,10%,0%,20%) (0.48/0.10/0.00/0.20) 

CMYK percentages

%47.78
%9.85
%0
%20.39

Codes

Color #6AB7CB in popluar color models

6A B7 CB
RGB 106 183 203
HSL 192° 48.26% 60.59%
HSB/HSV 192° 47.78% 79.61%
CMYK 47.78% 9.85% 0.00%
20.39%

Color #6AB7CB in popluar number systems.

HEX 6A B7 CB
Decimal 106 183 203
Binary 1101010 10110111 11001011
Octal 152 267 313

Shades and tints

Shades of #6AB7CB

#6AB7CB
(106,183,203)
#61A7B9
(97,167,185)
#5897A7
(88,151,167)
#4F8795
(79,135,149)
#467783
(70,119,131)
#3D6771
(61,103,113)
#34575F
(52,87,95)
#2B474D
(43,71,77)
#22373B
(34,55,59)
#192729
(25,39,41)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #6AB7CB

#6AB7CB
(106,183,203)
#77BDCF
(119,189,207)
#84C3D3
(132,195,211)
#91C9D7
(145,201,215)
#9ECFDB
(158,207,219)
#ABD5DF
(171,213,223)
#B8DBE3
(184,219,227)
#C5E1E7
(197,225,231)
#D2E7EB
(210,231,235)
#DFEDEF
(223,237,239)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB7CB; }

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

This text font color is #6AB7CB.

Background Color

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

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

This div background color is #6AB7CB.

Border color

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

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

This div border color is #6AB7CB.

Opacity

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

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

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

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

This text has shadow with #6AB7CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB7CB.

Preview

Color preview on black background

This text has color #6AB7CB on black background.


Color preview on white background

This text has color #6AB7CB on white background.


Black color preview on #6AB7CB background

This text has black color on #6AB7CB background.


White color preview on #6AB7CB background

This text has white color on #6AB7CB background.


Related colors

Complementary color

Complementary color for #hex is #954834.


I love getcolorcode.com

Triadic colors

1 #CB6AB7 and #B7CB6A with #6AB7CB are triadic colors.

2 #CBB76A and #B76ACB with #6AB7CB are triadic colors.