#6DC9BA

Color #6DC9BA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #6DC9BA

Tints of Downy #6DC9BA

Color information

#6DC9BA (or 0x6DC9BA) is unknown color: approx Downy. HEX triplet: 6D, C9 and BA. RGB value is (109,201,186). Sum of RGB (Red+Green+Blue) = 109+201+186=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9BA is #923645. Grayscale: #ABABAB. Windows color (decimal): -9582150 or 12241261. OLE color: 12241261.

HSL color Cylindrical-coordinate representation of color #6DC9BA: hue angle of 170.22º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC9BA is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB109201186-
CMYK0.4600.070.21
HSL170.22º46%60.78%-
HSV(B)170.22º45.77%78.82%-
XYZ36.0648.5753.93-
YUV171.78136.0283.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 21.98%
GREEN value IS 201 (78.91% from 255) = 40.52%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=21.98%
G=40.52%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092011860.4600.070.21170.224660.78
Hex6DC9BA2E0715aa2e3d
Octal1553112725607252525675
Binary1101101110010011011101010111001111010110101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DC9BA; }

 p { color: rgb(109,201,186); }

 H1.HeaderClassName
 {
   color: #6DC9BA;
 }
 .AnyTagClassName
 {
   color: #6DC9BA;
 }
</style>
background-color css

<style>
 a { background-color: #6DC9BA; }

 a { background-color: rgb(109,201,186); }

 div.DivClassName
 {
   background-color: #6DC9BA;
 }
 .BgClassName
 {
   background-color: #6DC9BA;
 }
</style>
border-color css

<style>
 span { border-color: #6DC9BA; }

 span { border-color: rgb(109,201,186); }

 td.TdClassName
 {
   border-color: #6DC9BA;
 }
 .TagClassName
 {
   border-color: #6DC9BA;
 }
</style>