#6DDCC6

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

Shades of Downy #6DDCC6

Tints of Downy #6DDCC6

Color information

#6DDCC6 (or 0x6DDCC6) is unknown color: approx Downy. HEX triplet: 6D, DC and C6. RGB value is (109,220,198). Sum of RGB (Red+Green+Blue) = 109+220+198=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCC6 is #922339. Grayscale: #B8B8B8. Windows color (decimal): -9577274 or 13032557. OLE color: 13032557.

HSL color Cylindrical-coordinate representation of color #6DDCC6: hue angle of 168.11º 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 #6DDCC6 is Cyan = 0.50, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB109220198-
CMYK0.5000.10.14
HSL168.11º61.33%64.51%-
HSV(B)168.11º50.45%86.27%-
XYZ42.0958.5162.5-
YUV184.3135.7374.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.68%
GREEN value IS 220 (86.33% from 255) = 41.75%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=20.68%
G=41.75%
B=37.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092201980.5000.10.14168.1161.3364.51
Hex6DDCC6320AEa83d41
Octal155334306620121625075101
Binary11011011101110011000110110010010101110101010001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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