#6DCAB6

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

Shades of Downy #6DCAB6

Tints of Downy #6DCAB6

Color information

#6DCAB6 (or 0x6DCAB6) is unknown color: approx Downy. HEX triplet: 6D, CA and B6. RGB value is (109,202,182). Sum of RGB (Red+Green+Blue) = 109+202+182=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 202 (79.30% from 255 or 40.97% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCAB6 is #923549. Grayscale: #ABABAB. Windows color (decimal): -9581898 or 11979373. OLE color: 11979373.

HSL color Cylindrical-coordinate representation of color #6DCAB6: hue angle of 167.1º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCAB6 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB109202182-
CMYK0.4600.100.21
HSL167.1º46.73%60.98%-
HSV(B)167.1º46.04%79.22%-
XYZ35.8748.8751.8-
YUV171.91133.6983.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.11%
GREEN value IS 202 (79.30% from 255) = 40.97%
BLUE value IS 182 (71.48% from 255) = 36.92%
R=22.11%
G=40.97%
B=36.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021820.4600.100.21167.146.7360.98
Hex6DCAB62E0A15a72f3d
Octal15531226656012252475775
Binary11011011100101010110110101110010101010110100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,202,182); }

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

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

 a { background-color: rgb(109,202,182); }

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

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

 span { border-color: rgb(109,202,182); }

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