#6DDCC9

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

Shades of Downy #6DDCC9

Tints of Downy #6DDCC9

Color information

#6DDCC9 (or 0x6DDCC9) is unknown color: approx Downy. HEX triplet: 6D, DC and C9. RGB value is (109,220,201). Sum of RGB (Red+Green+Blue) = 109+220+201=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCC9 is #922336. Grayscale: #B8B8B8. Windows color (decimal): -9577271 or 13229165. OLE color: 13229165.

HSL color Cylindrical-coordinate representation of color #6DDCC9: hue angle of 169.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DDCC9 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB109220201-
CMYK0.5000.090.14
HSL169.73º61.33%64.51%-
HSV(B)169.73º50.45%86.27%-
XYZ42.4458.6564.34-
YUV184.64137.2374.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 201 (78.91% from 255) = 37.92%
R=20.57%
G=41.51%
B=37.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092202010.5000.090.14169.7361.3364.51
Hex6DDCC93209Eaa3d41
Octal155334311620111625275101
Binary11011011101110011001001110010010011110101010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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