COLOR #6CB3B5

HEX: #6CB3B5 RGB: (108,179,181)

Color info

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

RGB color model

#6CB3B5 color RGB value is (108,179,181).

RGB: (108,179,181) (42%, 70%, 71%)

RGB channels and saturation

R 108 of 255 = 42%
G 179 of 255 = 70%
B 181 of 255 = 71%

108
179
181

R + G + B ~ 61%. #6CB3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 179 + 181 = 468 (100%)
R 108 of 468 ~ 23.08%
G 179 of 468 ~ 38.25%
B 181 of 468 ~ 38.68'%

%23.08
%38.25
%38.68

CMYK color model

#6CB3B5 color CMYK value is (40,1,0,29).

  • cyan value is 40.33%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (40,1,0,29)
C40M1Y0K29 (40%, 1%, 0%, 29%)
(0.40 / 0.01 / 0.00 / 0.29)

CMYK percentages

%40.33
%1.1
%0
%29.02

Codes

Color #6CB3B5 in popluar color models

6C B3 B5
RGB 108 179 181
HSL 182° 33.03% 56.67%
HSB/HSV 182° 40.33% 70.98%
CMYK 40.33% 1.10% 0.00%
29.02%

Color #6CB3B5 in popluar number systems.

HEX 6C B3 B5
Decimal 108 179 181
Binary 1101100 10110011 10110101
Octal 154 263 265

Shades and tints

Shades of #6CB3B5

#6CB3B5
(108,179,181)
#63A3A5
(99,163,165)
#5A9395
(90,147,149)
#518385
(81,131,133)
#487375
(72,115,117)
#3F6365
(63,99,101)
#365355
(54,83,85)
#2D4345
(45,67,69)
#243335
(36,51,53)
#1B2325
(27,35,37)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #6CB3B5

#6CB3B5
(108,179,181)
#79B9BB
(121,185,187)
#86BFC1
(134,191,193)
#93C5C7
(147,197,199)
#A0CBCD
(160,203,205)
#ADD1D3
(173,209,211)
#BAD7D9
(186,215,217)
#C7DDDF
(199,221,223)
#D4E3E5
(212,227,229)
#E1E9EB
(225,233,235)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB3B5 color. Also use rgb(108,179,181) instead hex code.

Text Font Color

.myTextColor { color: #6CB3B5; }

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

This text font color is #6CB3B5.

Background Color

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

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

This div background color is #6CB3B5.

Border color

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

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

This div border color is #6CB3B5.

Opacity

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

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

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

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

This text has shadow with #6CB3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CB3B5.

Preview

Color preview on black background

This text has color #6CB3B5 on black background.


Color preview on white background

This text has color #6CB3B5 on white background.


Black color preview on #6CB3B5 background

This text has black color on #6CB3B5 background.


White color preview on #6CB3B5 background

This text has white color on #6CB3B5 background.


Related colors

Complementary color

Complementary color for #hex is #934C4A.


I love getcolorcode.com

Triadic colors

1 #B56CB3 and #B3B56C with #6CB3B5 are triadic colors.

2 #B5B36C and #B36CB5 with #6CB3B5 are triadic colors.