COLOR #6BBACC

HEX: #6BBACC RGB: (107,186,204)

Color info

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

RGB color model

#6BBACC color RGB value is (107,186,204).

RGB: (107,186,204) (42%, 73%, 80%)

RGB channels and saturation

R 107 of 255 = 42%
G 186 of 255 = 73%
B 204 of 255 = 80%

107
186
204

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

Portions of RGB colors in percentages

R + G + B = 107 + 186 + 204 = 497 (100%)
R 107 of 497 ~ 21.53%
G 186 of 497 ~ 37.42%
B 204 of 497 ~ 41.05'%

%21.53
%37.42
%41.05

CMYK color model

#6BBACC color CMYK value is (48,9,0,20).

  • cyan value is 47.55%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (48,9,0,20) C48M9Y0K20 (48%,9%,0%,20%) (0.48/0.09/0.00/0.20) 

CMYK percentages

%47.55
%8.82
%0
%20

Codes

Color #6BBACC in popluar color models

6B BA CC
RGB 107 186 204
HSL 191° 48.74% 60.98%
HSB/HSV 191° 47.55% 80.00%
CMYK 47.55% 8.82% 0.00%
20.00%

Color #6BBACC in popluar number systems.

HEX 6B BA CC
Decimal 107 186 204
Binary 1101011 10111010 11001100
Octal 153 272 314

Shades and tints

Shades of #6BBACC

#6BBACC
(107,186,204)
#62AABA
(98,170,186)
#599AA8
(89,154,168)
#508A96
(80,138,150)
#477A84
(71,122,132)
#3E6A72
(62,106,114)
#355A60
(53,90,96)
#2C4A4E
(44,74,78)
#233A3C
(35,58,60)
#1A2A2A
(26,42,42)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #6BBACC

#6BBACC
(107,186,204)
#78C0D0
(120,192,208)
#85C6D4
(133,198,212)
#92CCD8
(146,204,216)
#9FD2DC
(159,210,220)
#ACD8E0
(172,216,224)
#B9DEE4
(185,222,228)
#C6E4E8
(198,228,232)
#D3EAEC
(211,234,236)
#E0F0F0
(224,240,240)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBACC color. Also use rgb(107,186,204) instead hex code.

Text Font Color

.myTextColor { color: #6BBACC; }

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

This text font color is #6BBACC.

Background Color

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

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

This div background color is #6BBACC.

Border color

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

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

This div border color is #6BBACC.

Opacity

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

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

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

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

This text has shadow with #6BBACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBACC.

Preview

Color preview on black background

This text has color #6BBACC on black background.


Color preview on white background

This text has color #6BBACC on white background.


Black color preview on #6BBACC background

This text has black color on #6BBACC background.


White color preview on #6BBACC background

This text has white color on #6BBACC background.


Related colors

Complementary color

Complementary color for #hex is #944533.


I love getcolorcode.com

Triadic colors

1 #CC6BBA and #BACC6B with #6BBACC are triadic colors.

2 #CCBA6B and #BA6BCC with #6BBACC are triadic colors.