#6DDCCB

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

Shades of Downy #6DDCCB

Tints of Downy #6DDCCB

Color information

#6DDCCB (or 0x6DDCCB) is unknown color: approx Downy. HEX triplet: 6D, DC and CB. RGB value is (109,220,203). Sum of RGB (Red+Green+Blue) = 109+220+203=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #6DDCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DDCCB is #922334. Grayscale: #B8B8B8. Windows color (decimal): -9577269 or 13360237. OLE color: 13360237.

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

Color convert

RGB109220203-
CMYK0.5000.080.14
HSL170.81º61.33%64.51%-
HSV(B)170.81º50.45%86.27%-
XYZ42.6858.7565.59-
YUV184.87138.2373.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.49%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=20.49%
G=41.35%
B=38.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1092202030.5000.080.14170.8161.3364.51
Hex6DDCCB3208Eab3d41
Octal155334313620101625375101
Binary11011011101110011001011110010010001110101010111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DDCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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