COLOR #6BBEC6

HEX: #6BBEC6 RGB: (107,190,198)

Color info

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

RGB color model

#6BBEC6 color RGB value is (107,190,198).

RGB: (107,190,198) (42%, 75%, 78%)

RGB channels and saturation

R 107 of 255 = 42%
G 190 of 255 = 75%
B 198 of 255 = 78%

107
190
198

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

Portions of RGB colors in percentages

R + G + B = 107 + 190 + 198 = 495 (100%)
R 107 of 495 ~ 21.62%
G 190 of 495 ~ 38.38%
B 198 of 495 ~ 40'%

%21.62
%38.38
%40

CMYK color model

#6BBEC6 color CMYK value is (46,4,0,22).

  • cyan value is 45.96%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (46,4,0,22)
C46M4Y0K22 (46%, 4%, 0%, 22%)
(0.46 / 0.04 / 0.00 / 0.22)

CMYK percentages

%45.96
%4.04
%0
%22.35

Codes

Color #6BBEC6 in popluar color models

6B BE C6
RGB 107 190 198
HSL 185° 44.39% 59.80%
HSB/HSV 185° 45.96% 77.65%
CMYK 45.96% 4.04% 0.00%
22.35%

Color #6BBEC6 in popluar number systems.

HEX 6B BE C6
Decimal 107 190 198
Binary 1101011 10111110 11000110
Octal 153 276 306

Shades and tints

Shades of #6BBEC6

#6BBEC6
(107,190,198)
#62ADB4
(98,173,180)
#599CA2
(89,156,162)
#508B90
(80,139,144)
#477A7E
(71,122,126)
#3E696C
(62,105,108)
#35585A
(53,88,90)
#2C4748
(44,71,72)
#233636
(35,54,54)
#1A2524
(26,37,36)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #6BBEC6

#6BBEC6
(107,190,198)
#78C3CB
(120,195,203)
#85C8D0
(133,200,208)
#92CDD5
(146,205,213)
#9FD2DA
(159,210,218)
#ACD7DF
(172,215,223)
#B9DCE4
(185,220,228)
#C6E1E9
(198,225,233)
#D3E6EE
(211,230,238)
#E0EBF3
(224,235,243)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BBEC6 color. Also use rgb(107,190,198) instead hex code.

Text Font Color

.myTextColor { color: #6BBEC6; }

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

This text font color is #6BBEC6.

Background Color

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

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

This div background color is #6BBEC6.

Border color

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

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

This div border color is #6BBEC6.

Opacity

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

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

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

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

This text has shadow with #6BBEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBEC6.

Preview

Color preview on black background

This text has color #6BBEC6 on black background.


Color preview on white background

This text has color #6BBEC6 on white background.


Black color preview on #6BBEC6 background

This text has black color on #6BBEC6 background.


White color preview on #6BBEC6 background

This text has white color on #6BBEC6 background.


Related colors

Complementary color

Complementary color for #hex is #944139.


I love getcolorcode.com

Triadic colors

1 #C66BBE and #BEC66B with #6BBEC6 are triadic colors.

2 #C6BE6B and #BE6BC6 with #6BBEC6 are triadic colors.