#6DCBB4

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

Shades of Downy #6DCBB4

Tints of Downy #6DCBB4

Color information

#6DCBB4 (or 0x6DCBB4) is unknown color: approx Downy. HEX triplet: 6D, CB and B4. RGB value is (109,203,180). Sum of RGB (Red+Green+Blue) = 109+203+180=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBB4 is #92344B. Grayscale: #ACACAC. Windows color (decimal): -9581644 or 11848557. OLE color: 11848557.

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

Color convert

RGB109203180-
CMYK0.4600.110.20
HSL165.32º47.47%61.18%-
HSV(B)165.32º46.31%79.61%-
XYZ35.949.2650.8-
YUV172.27132.3682.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.15%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 180 (70.70% from 255) = 36.59%
R=22.15%
G=41.26%
B=36.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092031800.4600.110.20165.3247.4761.18
Hex6DCBB42E0B14a52f3d
Octal15531326456013242455775
Binary11011011100101110110100101110010111010010100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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