COLOR #6BBDCC

HEX: #6BBDCC RGB: (107,189,204)

Color info

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

RGB color model

#6BBDCC color RGB value is (107,189,204).

RGB: (107,189,204) (42%, 74%, 80%)

RGB channels and saturation

R 107 of 255 = 42%
G 189 of 255 = 74%
B 204 of 255 = 80%

107
189
204

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

Portions of RGB colors in percentages

R + G + B = 107 + 189 + 204 = 500 (100%)
R 107 of 500 ~ 21.4%
G 189 of 500 ~ 37.8%
B 204 of 500 ~ 40.8'%

%21.4
%37.8
%40.8

CMYK color model

#6BBDCC color CMYK value is (48,7,0,20).

  • cyan value is 47.55%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (48,7,0,20)
C48M7Y0K20 (48%, 7%, 0%, 20%)
(0.48 / 0.07 / 0.00 / 0.20)

CMYK percentages

%47.55
%7.35
%0
%20

Codes

Color #6BBDCC in popluar color models

6B BD CC
RGB 107 189 204
HSL 189° 48.74% 60.98%
HSB/HSV 189° 47.55% 80.00%
CMYK 47.55% 7.35% 0.00%
20.00%

Color #6BBDCC in popluar number systems.

HEX 6B BD CC
Decimal 107 189 204
Binary 1101011 10111101 11001100
Octal 153 275 314

Shades and tints

Shades of #6BBDCC

#6BBDCC
(107,189,204)
#62ACBA
(98,172,186)
#599BA8
(89,155,168)
#508A96
(80,138,150)
#477984
(71,121,132)
#3E6872
(62,104,114)
#355760
(53,87,96)
#2C464E
(44,70,78)
#23353C
(35,53,60)
#1A242A
(26,36,42)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #6BBDCC

#6BBDCC
(107,189,204)
#78C3D0
(120,195,208)
#85C9D4
(133,201,212)
#92CFD8
(146,207,216)
#9FD5DC
(159,213,220)
#ACDBE0
(172,219,224)
#B9E1E4
(185,225,228)
#C6E7E8
(198,231,232)
#D3EDEC
(211,237,236)
#E0F3F0
(224,243,240)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BBDCC; }

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

This text font color is #6BBDCC.

Background Color

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

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

This div background color is #6BBDCC.

Border color

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

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

This div border color is #6BBDCC.

Opacity

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

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

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

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

This text has shadow with #6BBDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BBDCC.

Preview

Color preview on black background

This text has color #6BBDCC on black background.


Color preview on white background

This text has color #6BBDCC on white background.


Black color preview on #6BBDCC background

This text has black color on #6BBDCC background.


White color preview on #6BBDCC background

This text has white color on #6BBDCC background.


Related colors

Complementary color

Complementary color for #hex is #944233.


I love getcolorcode.com

Triadic colors

1 #CC6BBD and #BDCC6B with #6BBDCC are triadic colors.

2 #CCBD6B and #BD6BCC with #6BBDCC are triadic colors.