#6DCEBD

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

Shades of Downy #6DCEBD

Tints of Downy #6DCEBD

Color information

#6DCEBD (or 0x6DCEBD) is unknown color: approx Downy. HEX triplet: 6D, CE and BD. RGB value is (109,206,189). Sum of RGB (Red+Green+Blue) = 109+206+189=504 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.63% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #6DCEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCEBD is #923142. Grayscale: #AFAFAF. Windows color (decimal): -9580867 or 12439149. OLE color: 12439149.

HSL color Cylindrical-coordinate representation of color #6DCEBD: hue angle of 169.48º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCEBD is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB109206189-
CMYK0.4700.080.19
HSL169.48º49.74%61.76%-
HSV(B)169.48º47.09%80.78%-
XYZ37.5651.0756.02-
YUV175.06135.8680.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.63%
GREEN value IS 206 (80.86% from 255) = 40.87%
BLUE value IS 189 (74.22% from 255) = 37.5%
R=21.63%
G=40.87%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1092061890.4700.080.19169.4849.7461.76
Hex6DCEBD2F0813a9323e
Octal15531627557010232516276
Binary11011011100111010111101101111010001001110101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,206,189); }

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

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

 a { background-color: rgb(109,206,189); }

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

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

 span { border-color: rgb(109,206,189); }

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