#6ECBCA

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

Shades of Downy #6ECBCA

Tints of Downy #6ECBCA

Color information

#6ECBCA (or 0x6ECBCA) is unknown color: approx Downy. HEX triplet: 6E, CB and CA. RGB value is (110,203,202). Sum of RGB (Red+Green+Blue) = 110+203+202=515 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.36% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBCA is #913435. Grayscale: #AEAEAE. Windows color (decimal): -9516086 or 13290350. OLE color: 13290350.

HSL color Cylindrical-coordinate representation of color #6ECBCA: hue angle of 179.35º 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 #6ECBCA is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB110203202-
CMYK0.4600.000.20
HSL179.35º47.21%61.37%-
HSV(B)179.35º45.81%79.61%-
XYZ38.4550.2963.56-
YUV175.08143.1981.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.36%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=21.36%
G=39.42%
B=39.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102032020.4600.000.20179.3547.2161.37
Hex6ECBCA2E0014b32f3d
Octal1563133125600242635775
Binary11011101100101111001010101110001010010110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,203,202); }

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

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

 a { background-color: rgb(110,203,202); }

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

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

 span { border-color: rgb(110,203,202); }

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