COLOR #6DB4C2

HEX: #6DB4C2
RGB: (109,180,194)

Color info

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

RGB color model

#6DB4C2 color RGB value is (109,180,194).

  • red value is 109;
  • green value is 180;
  • blue value is 194.
RGB:
(109,180,194)
(43%,71%,76%)

RGB channels and saturation

R 109 of 255 = 43%
G 180 of 255 = 71%
B 194 of 255 = 76%

109
180
194

R + G + B ~ 63%. #6DB4C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 180 + 194 = 483 (100%)
R 109 of 483 ~ 22.57%
G 180 of 483 ~ 37.27%
B 194 of 483 ~ 40.17%

%22.57
%37.27
%40.17

CMYK color model

#6DB4C2 color CMYK value is (44,7,0,24).

  • cyan value is 43.81%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(44,7,0,24)
C44M7Y0K24 
(44%,7%,0%,24%)
(0.44/0.07/0.00/0.24)	

CMYK percentages

%43.81
%7.22
%0
%23.92

Codes

Color #6DB4C2 in popluar color models

6DB4C2
RGB109180194
HSL190°41.06%59.41%
HSB/HSV190°43.81%76.08%
CMYK43.81%7.22%0.00%
23.92%

Color #6DB4C2 in popluar number systems.

HEX6DB4C2
Decimal109180194
Binary11011011011010011000010
Octal155264302

Shades and tints

Shades of #6DB4C2

#6DB4C2
(109,180,194)
#64A4B1
(100,164,177)
#5B94A0
(91,148,160)
#52848F
(82,132,143)
#49747E
(73,116,126)
#40646D
(64,100,109)
#37545C
(55,84,92)
#2E444B
(46,68,75)
#25343A
(37,52,58)
#1C2429
(28,36,41)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #6DB4C2

#6DB4C2
(109,180,194)
#7ABAC7
(122,186,199)
#87C0CC
(135,192,204)
#94C6D1
(148,198,209)
#A1CCD6
(161,204,214)
#AED2DB
(174,210,219)
#BBD8E0
(187,216,224)
#C8DEE5
(200,222,229)
#D5E4EA
(213,228,234)
#E2EAEF
(226,234,239)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB4C2 color. Also use rgb(109,180,194) instead hex code.

Text Font Color

.myTextColor { color: #6DB4C2; }

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

This text font color is #6DB4C2.


Background Color

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

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

This div background color is #6DB4C2.


Border color

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

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

This div border color is #6DB4C2.


Opacity

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

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

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

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

This text has shadow with #6DB4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB4C2 on black background.


Color preview on white background

This text has color #6DB4C2 on white background.



Black color preview on #6DB4C2 background

This text has black color on #6DB4C2 background.


White color preview on #6DB4C2 background

This text has white color on #6DB4C2 background.