COLOR #6BDCF0

HEX: #6BDCF0 RGB: (107,220,240)

Color info

#6BDCF0 contains mainly green and blue colors. Web safe color of #6BDCF0 is #66CCFF (or #6CF).

RGB color model

#6BDCF0 color RGB value is (107,220,240).

RGB: (107,220,240) (42%, 86%, 94%)

RGB channels and saturation

R 107 of 255 = 42%
G 220 of 255 = 86%
B 240 of 255 = 94%

107
220
240

R + G + B ~ 74%. #6BDCF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 220 + 240 = 567 (100%)
R 107 of 567 ~ 18.87%
G 220 of 567 ~ 38.8%
B 240 of 567 ~ 42.33'%

%18.87
%38.8
%42.33

CMYK color model

#6BDCF0 color CMYK value is (55,8,0,6).

  • cyan value is 55.42%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (55,8,0,6)
C55M8Y0K6 (55%, 8%, 0%, 6%)
(0.55 / 0.08 / 0.00 / 0.06)

CMYK percentages

%55.42
%8.33
%0
%5.88

Codes

Color #6BDCF0 in popluar color models

6B DC F0
RGB 107 220 240
HSL 189° 81.60% 68.04%
HSB/HSV 189° 55.42% 94.12%
CMYK 55.42% 8.33% 0.00%
5.88%

Color #6BDCF0 in popluar number systems.

HEX 6B DC F0
Decimal 107 220 240
Binary 1101011 11011100 11110000
Octal 153 334 360

Shades and tints

Shades of #6BDCF0

#6BDCF0
(107,220,240)
#62C8DB
(98,200,219)
#59B4C6
(89,180,198)
#50A0B1
(80,160,177)
#478C9C
(71,140,156)
#3E7887
(62,120,135)
#356472
(53,100,114)
#2C505D
(44,80,93)
#233C48
(35,60,72)
#1A2833
(26,40,51)
#11141E
(17,20,30)
#000000
(0,0,0)

Tints of #6BDCF0

#6BDCF0
(107,220,240)
#78DFF1
(120,223,241)
#85E2F2
(133,226,242)
#92E5F3
(146,229,243)
#9FE8F4
(159,232,244)
#ACEBF5
(172,235,245)
#B9EEF6
(185,238,246)
#C6F1F7
(198,241,247)
#D3F4F8
(211,244,248)
#E0F7F9
(224,247,249)
#EDFAFA
(237,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BDCF0 color. Also use rgb(107,220,240) instead hex code.

Text Font Color

.myTextColor { color: #6BDCF0; }

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

This text font color is #6BDCF0.

Background Color

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

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

This div background color is #6BDCF0.

Border color

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

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

This div border color is #6BDCF0.

Opacity

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

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

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

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

This text has shadow with #6BDCF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BDCF0.

Preview

Color preview on black background

This text has color #6BDCF0 on black background.


Color preview on white background

This text has color #6BDCF0 on white background.


Black color preview on #6BDCF0 background

This text has black color on #6BDCF0 background.


White color preview on #6BDCF0 background

This text has white color on #6BDCF0 background.


Related colors

Complementary color

Complementary color for #hex is #94230F.


I love getcolorcode.com

Triadic colors

1 #F06BDC and #DCF06B with #6BDCF0 are triadic colors.

2 #F0DC6B and #DC6BF0 with #6BDCF0 are triadic colors.