#6DDDC8

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

Shades of Downy #6DDDC8

Tints of Downy #6DDDC8

Color information

#6DDDC8 (or 0x6DDDC8) is unknown color: approx Downy. HEX triplet: 6D, DD and C8. RGB value is (109,221,200). Sum of RGB (Red+Green+Blue) = 109+221+200=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #6DDDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDDC8 is #922237. Grayscale: #B9B9B9. Windows color (decimal): -9577016 or 13163885. OLE color: 13163885.

HSL color Cylindrical-coordinate representation of color #6DDDC8: hue angle of 168.75º 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 #6DDDC8 is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB109221200-
CMYK0.5100.100.13
HSL168.75º62.22%64.71%-
HSV(B)168.75º50.68%86.67%-
XYZ42.5959.1363.81-
YUV185.12136.3973.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.57%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 200 (78.52% from 255) = 37.74%
R=20.57%
G=41.70%
B=37.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1092212000.5100.100.13168.7562.2264.71
Hex6DDDC8330ADa93e41
Octal155335310630121525176101
Binary11011011101110111001000110011010101101101010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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