#6DDDCF

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

Shades of Downy #6DDDCF

Tints of Downy #6DDDCF

Color information

#6DDDCF (or 0x6DDDCF) is unknown color: approx Downy. HEX triplet: 6D, DD and CF. RGB value is (109,221,207). Sum of RGB (Red+Green+Blue) = 109+221+207=537 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.30% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDCF is #922230. Grayscale: #B9B9B9. Windows color (decimal): -9577009 or 13622637. OLE color: 13622637.

HSL color Cylindrical-coordinate representation of color #6DDDCF: hue angle of 172.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DDDCF is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB109221207-
CMYK0.5100.060.13
HSL172.5º62.22%64.71%-
HSV(B)172.5º50.68%86.67%-
XYZ43.4359.4768.22-
YUV185.92139.8973.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.30%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=20.30%
G=41.15%
B=38.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092212070.5100.060.13172.562.2264.71
Hex6DDDCF3306Dac3e41
Octal15533531763061525476101
Binary1101101110111011100111111001101101101101011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,221,207); }

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

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

 a { background-color: rgb(109,221,207); }

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

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

 span { border-color: rgb(109,221,207); }

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