COLOR #6DAFC8

HEX: #6DAFC8
RGB: (109,175,200)

Color info

#6DAFC8 contains mainly green and blue colors. Web safe color of #6DAFC8 is #6699CC (or #69C).

RGB color model

#6DAFC8 color RGB value is (109,175,200).

  • red value is 109;
  • green value is 175;
  • blue value is 200.
RGB:
(109,175,200)
(43%,69%,78%)

RGB channels and saturation

R 109 of 255 = 43%
G 175 of 255 = 69%
B 200 of 255 = 78%

109
175
200

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

Portions of RGB colors in percentages

R + G + B =
109 + 175 + 200 = 484 (100%)
R 109 of 484 ~ 22.52%
G 175 of 484 ~ 36.16%
B 200 of 484 ~ 41.32%

%22.52
%36.16
%41.32

CMYK color model

#6DAFC8 color CMYK value is (46,13,0,22).

  • cyan value is 45.50%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(46,13,0,22)
C46M13Y0K22 
(46%,13%,0%,22%)
(0.46/0.13/0.00/0.22)	

CMYK percentages

%45.5
%12.5
%0
%21.57

Codes

Color #6DAFC8 in popluar color models

6DAFC8
RGB109175200
HSL196°45.27%60.59%
HSB/HSV196°45.50%78.43%
CMYK45.50%12.50%0.00%
21.57%

Color #6DAFC8 in popluar number systems.

HEX6DAFC8
Decimal109175200
Binary11011011010111111001000
Octal155257310

Shades and tints

Shades of #6DAFC8

#6DAFC8
(109,175,200)
#64A0B6
(100,160,182)
#5B91A4
(91,145,164)
#528292
(82,130,146)
#497380
(73,115,128)
#40646E
(64,100,110)
#37555C
(55,85,92)
#2E464A
(46,70,74)
#253738
(37,55,56)
#1C2826
(28,40,38)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #6DAFC8

#6DAFC8
(109,175,200)
#7AB6CD
(122,182,205)
#87BDD2
(135,189,210)
#94C4D7
(148,196,215)
#A1CBDC
(161,203,220)
#AED2E1
(174,210,225)
#BBD9E6
(187,217,230)
#C8E0EB
(200,224,235)
#D5E7F0
(213,231,240)
#E2EEF5
(226,238,245)
#EFF5FA
(239,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAFC8 color. Also use rgb(109,175,200) instead hex code.

Text Font Color

.myTextColor { color: #6DAFC8; }

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

This text font color is #6DAFC8.


Background Color

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

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

This div background color is #6DAFC8.


Border color

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

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

This div border color is #6DAFC8.


Opacity

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

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

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

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

This text has shadow with #6DAFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAFC8 on black background.


Color preview on white background

This text has color #6DAFC8 on white background.



Black color preview on #6DAFC8 background

This text has black color on #6DAFC8 background.


White color preview on #6DAFC8 background

This text has white color on #6DAFC8 background.